From 135393780497a934d798251d1f3770fe1175c1de Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 15 Mar 2021 12:32:32 +0000 Subject: [PATCH] Turn off debug when running notification client --- notifications_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notifications_client.py b/notifications_client.py index 5cd4d02fb..395dd17e2 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -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