merge-requests/30/head
Bob Mottram 2021-03-15 15:37:28 +00:00
parent e4d379bba3
commit f89b0928e7
1 changed files with 2 additions and 0 deletions

View File

@ -441,6 +441,8 @@ def _showLocalBox(boxName: str,
content += ' '
if speakerJson.get('detectedLinks'):
if len(speakerJson['detectedLinks']) > 0:
print("speakerJson['detectedLinks']: " +
str(speakerJson['detectedLinks']))
content = '🔗' + content
content = (content[:40]) if len(content) > 40 else content
print(indent + str(posStr) + ' | ' + str(name) + ' | ' +