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)