From 3bc3597c45a53fd515ab3a593f05016fcd75757f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 14 Mar 2021 10:47:01 +0000 Subject: [PATCH] Extra line --- notifications_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/notifications_client.py b/notifications_client.py index dca8e95dd..a3934aa7d 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -363,6 +363,7 @@ def _showLocalBox(boxName: str, if not index: sayStr = 'You have no ' + boxName + ' posts yet.' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) + print('') return maxPostIndex = len(index) index.sort(reverse=True)