Fix pep8 non-compliant linebreak

master
git-sid 2019-01-07 19:02:07 +01:00
parent fe5c24d7fa
commit 5c2ca271d6
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ class TelegramBot(Bot):
elif update.message.text.lower() == "/help":
tb.send_message(
update.message.sender.id,
"Send reports here to share them with other users. Use /start and /stop to get reports or not.")
"Send reports here to share them with other users. "
"Use /start and /stop to get reports or not.")
# TODO: /help message should be set in frontend
else:
# set report.author to "" to avoid mailbot crash