From 6b65129f74a7bb966c73cd9d536ba8e53a36b190 Mon Sep 17 00:00:00 2001 From: Davte Date: Thu, 28 Mar 2019 19:29:46 +0100 Subject: [PATCH] Whitespace --- davtelepot/custombot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/davtelepot/custombot.py b/davtelepot/custombot.py index 0394598..9b47b66 100644 --- a/davtelepot/custombot.py +++ b/davtelepot/custombot.py @@ -1976,7 +1976,9 @@ class Bot(telepot.aio.Bot, Gettable): ) ) try: - loop.run_until_complete(cls.check_task()) + loop.run_until_complete( + cls.check_task() + ) except KeyboardInterrupt: logging.info( (