Skip to content

Commit

Permalink
Indentation ;-;
Browse files Browse the repository at this point in the history
Signed-off-by: baalajimaestro <[email protected]>
  • Loading branch information
baalajimaestro committed Dec 12, 2018
1 parent 0b30575 commit b7a6af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
Expand Down

0 comments on commit b7a6af4

Please sign in to comment.