From cb2f3cb2e120077f7d9dd0ebdc4aa0b35f72f14d Mon Sep 17 00:00:00 2001 From: git-sid <25916907+git-sid@users.noreply.github.com> Date: Mon, 7 Jan 2019 19:02:07 +0100 Subject: [PATCH] Fix pep8 non-compliant linebreak --- active_bots/telegrambot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/active_bots/telegrambot.py b/active_bots/telegrambot.py index 4034743..9fdbd66 100644 --- a/active_bots/telegrambot.py +++ b/active_bots/telegrambot.py @@ -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