Skip to content

Commit 9869268

Browse files
iam-proTechiError
authored andcommitted
pylint: auto fixes
1 parent be83508 commit 9869268

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
)
99
BOT_TOKEN = config("TOKEN")
1010
AUTH_CHATS = config("AUTH_CHATS")
11-
tgbot = TelegramClient(None, 6, "eb06d4abfb49dc3eeb1aeb98ae0f581e").start(bot_token=BOT_TOKEN)
11+
tgbot = TelegramClient(None, 6, "eb06d4abfb49dc3eeb1aeb98ae0f581e").start(
12+
bot_token=BOT_TOKEN
13+
)
1214

1315
print("OK?")

0 commit comments

Comments
 (0)