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 ' + \