Turn off debug when running notification client

merge-requests/30/head
Bob Mottram 2021-03-15 12:32:32 +00:00
parent 8268b1b2c8
commit 1353937804
1 changed files with 2 additions and 2 deletions

View File

@ -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