Extra strip

merge-requests/21/head
Bob Mottram 2021-03-15 20:48:52 +00:00
parent 2c607f3787
commit a90c54f898
1 changed files with 2 additions and 1 deletions

View File

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