From a90c54f89804d409deb08a248da8f692eed0eb2c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 15 Mar 2021 20:48:52 +0000 Subject: [PATCH] Extra strip --- notifications_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index e9877679d..925a89b7a 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -486,7 +486,8 @@ def _showLocalBox(notifyJson: {}, boxName: str, if len(notifyJson['followRequestsList']) > 0: print('') sayStr = indent + 'You have a follow request from ' + \ - '\33[7m' + notifyJson['followRequestsList'][0] + '\33[0m' + '\33[7m' + \ + notifyJson['followRequestsList'][0].strip() + '\33[0m' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) sayStr = indent + 'Use the \33[3maccept\33[0m or ' + \