From a4b8f690aee9dd5680bd075a7d5bdcaf2db38e3e Mon Sep 17 00:00:00 2001 From: NITESH TALIYAN <62278380+Niteshtaliyan@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:32:45 +0530 Subject: [PATCH] Update hellobot.py --- telegram/hellobot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/telegram/hellobot.py b/telegram/hellobot.py index 7106268..848bcda 100644 --- a/telegram/hellobot.py +++ b/telegram/hellobot.py @@ -3,8 +3,7 @@ import logging # Enable logging -logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', - level=logging.INFO) +logging.basicConfig( format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO ) logger = logging.getLogger(__name__)