diff --git a/notifications_client.py b/notifications_client.py index d225a7c13..dca8e95dd 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) + return maxPostIndex = len(index) index.sort(reverse=True) ctr = 0