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,
|
domain, port,
|
||||||
httpPrefix, speakerJson['id'],
|
httpPrefix, speakerJson['id'],
|
||||||
cachedWebfingers, personCache,
|
cachedWebfingers, personCache,
|
||||||
True, __version__)
|
False, __version__)
|
||||||
print('')
|
print('')
|
||||||
elif keyPress == 'unlike' or keyPress == 'undo like':
|
elif keyPress == 'unlike' or keyPress == 'undo like':
|
||||||
if nameStr and gender and messageStr:
|
if nameStr and gender and messageStr:
|
||||||
|
|
@ -955,7 +955,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
domain, port,
|
domain, port,
|
||||||
httpPrefix, speakerJson['id'],
|
httpPrefix, speakerJson['id'],
|
||||||
cachedWebfingers, personCache,
|
cachedWebfingers, personCache,
|
||||||
True, __version__)
|
False, __version__)
|
||||||
print('')
|
print('')
|
||||||
elif (keyPress == 'announce' or
|
elif (keyPress == 'announce' or
|
||||||
keyPress == 'boost' or
|
keyPress == 'boost' or
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue