Skip to content

Commit be83508

Browse files
author
Caleb Noble
authored
Aren't these useless?
1 parent 782dbeb commit be83508

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
logging.basicConfig(
77
format="[%(levelname) 5s/%(asctime)s] %(name)s: %(message)s", level=logging.WARNING
88
)
9-
APP_ID = config("API_ID")
10-
API_HASH = config("API_HASH")
119
BOT_TOKEN = config("TOKEN")
1210
AUTH_CHATS = config("AUTH_CHATS")
13-
tgbot = TelegramClient(None, APP_ID, API_HASH).start(bot_token=BOT_TOKEN)
11+
tgbot = TelegramClient(None, 6, "eb06d4abfb49dc3eeb1aeb98ae0f581e").start(bot_token=BOT_TOKEN)
1412

1513
print("OK?")

0 commit comments

Comments
 (0)