From 5b25ecf9507eba7305ed8ef7a73af972d6f95a5e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 16 Mar 2021 12:16:10 +0000 Subject: [PATCH] Add indent when there are no posts --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index 4eb40c1bb..33a911e13 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -439,7 +439,7 @@ def _showLocalBox(notifyJson: {}, boxName: str, if not index: print('') - sayStr = 'You have no ' + boxName + ' posts yet.' + sayStr = indent + 'You have no ' + boxName + ' posts yet.' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) print('') return False