clean code

This commit is contained in:
2024-03-22 17:17:22 +08:00
parent 34f5a10ef5
commit 2a5dda6058
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -1,14 +1,7 @@
# import json
import logging
import re
import os
# with open("config.json") as config_file:
# config = json.load(config_file)
# admin = config["telegram"]["admin"]
# token = config["telegram"]["token"]
BOT_TOKEN = os.getenv("BOT_TOKEN")
ADMIN = os.getenv("ADMIN").split(",")