mirror of https://gitlab.com/bashrc2/epicyon
Turn off debug when running notification client
parent
8268b1b2c8
commit
1353937804
|
@ -941,7 +941,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
|||
domain, port,
|
||||
httpPrefix, speakerJson['id'],
|
||||
cachedWebfingers, personCache,
|
||||
True, __version__)
|
||||
False, __version__)
|
||||
print('')
|
||||
elif keyPress == 'unlike' or keyPress == 'undo like':
|
||||
if nameStr and gender and messageStr:
|
||||
|
@ -955,7 +955,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
|||
domain, port,
|
||||
httpPrefix, speakerJson['id'],
|
||||
cachedWebfingers, personCache,
|
||||
True, __version__)
|
||||
False, __version__)
|
||||
print('')
|
||||
elif (keyPress == 'announce' or
|
||||
keyPress == 'boost' or
|
||||
|
|
Loading…
Reference in New Issue