mirror of https://gitlab.com/bashrc2/epicyon
Add icon to indicate web links
parent
a640a6f61a
commit
dcde088955
|
@ -432,6 +432,8 @@ def _showLocalBox(boxName: str,
|
|||
while len(content) < 40:
|
||||
content += ' '
|
||||
content = (content[:40]) if len(content) > 40 else content
|
||||
if speakerJson.get('detectedLinks'):
|
||||
content = '🔗' + content
|
||||
print(indent + str(posStr) + ' | ' + str(name) + ' | ' +
|
||||
str(published) + ' | ' + str(content) + ' |')
|
||||
ctr += 1
|
||||
|
|
Loading…
Reference in New Issue