From 4adc5b40bb4b9797c1483b14bad2364eb6851893 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Mar 2021 12:41:26 +0000 Subject: [PATCH] Extra newline --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index 73b3e26b4..c4281c686 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -163,7 +163,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, sayStr = '/q or /quit to exit' _sayCommand(sayStr, screenreader, systemLanguage, espeak) - + print('') keyPress = _waitForKeypress(2, debug) originalScreenReader = screenreader