From ee7864f8136c5627a14ec1a9882e65dae689704c Mon Sep 17 00:00:00 2001 From: Davte Date: Tue, 16 Jul 2019 16:42:20 +0200 Subject: [PATCH] Whitespace --- davtelepot/bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/davtelepot/bot.py b/davtelepot/bot.py index b5f522a..bd981f0 100644 --- a/davtelepot/bot.py +++ b/davtelepot/bot.py @@ -1738,8 +1738,8 @@ class Bot(TelegramBot, ObjectWithDatabase): await asyncio.sleep(5*60) self.__class__.stop( 65, - f"Information aformation about this bot could " - f"not be retrieved. Restarting..." + "Information about this bot could not be retrieved.\n" + "Restarting..." ) def setup(self):