From b7a6af4e7a5b6b32957cb1920de558a8f698ad98 Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Wed, 12 Dec 2018 13:05:06 +0530 Subject: [PATCH] Indentation ;-; Signed-off-by: baalajimaestro --- userbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index 8cbead5e7..3d0fe73f0 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -30,7 +30,7 @@ logging.basicConfig( format="%(asctime)s - %(name)s - %(levelname)s - %(message)s", level=logging.DEBUG) - LOGS = logging.getLogger(__name__) + LOGS = logging.getLogger(__name__) bot = TelegramClient('userbot',API_KEY,API_HASH) else: LOGS.error("Your config file seems to be un-edited. Doing so is not allowed. Bot exiting!")