mirror of https://gitlab.com/bashrc2/epicyon
Remove debug
parent
4ffe42e55b
commit
73b05c7bda
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue