From abc059c92981d60beb3ac15637e0b42c019d870e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 12 Mar 2021 20:41:20 +0000 Subject: [PATCH] Tidying --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index d274be438..f816c6731 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -385,7 +385,7 @@ def _showLocalBox(boxName: str, content = (content[:40]) if len(content) > 40 else content print(str(posStr) + ' | ' + str(name) + ' | ' + str(published) + ' | ' + str(content) + ' |') - ctr +=1 + ctr += 1 sayStr = str(ctr) + ' ' + boxName + ' posts were shown.' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)