Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-15 17:09:00 +00:00
commit 2c722e9902
1 changed files with 0 additions and 2 deletions

View File

@ -1158,12 +1158,10 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
postIndex = keyPress.split(' ')[-1].strip()
if postIndex.isdigit():
currIndex = int(postIndex)
print('currIndex: ' + str(currIndex) + ' ' + currTimeline)
speakerJson = \
_getSpeakerJsonFromIndex(currTimeline, currIndex)
if not speakerJson:
speakerJson = {}
print('speakerJson: ' + str(speakerJson))
linkOpened = False
if speakerJson.get('detectedLinks'):
if len(speakerJson['detectedLinks']) > 0: