Spaces:
Running
Running
Update config.py
Browse files
config.py
CHANGED
@@ -7,8 +7,7 @@ from logging.handlers import RotatingFileHandler
|
|
7 |
|
8 |
BOT_TOKEN = os.environ.get("BOT_TOKEN", "8041859117:AAFVJ0BY4-MeZZXzW0Y6-4xrO2Nlaf42B94")
|
9 |
API_ID = int(os.environ.get("API_ID", None))
|
10 |
-
API_HASH =
|
11 |
-
|
12 |
|
13 |
OWNER_ID = int(os.environ.get("OWNER_ID", "7361622601"))
|
14 |
DB_URL = os.environ.get("DB_URL", "mongodb+srv://xdragxt:[email protected]/?retryWrites=true&w=majority&appName=dragtest")
|
|
|
7 |
|
8 |
BOT_TOKEN = os.environ.get("BOT_TOKEN", "8041859117:AAFVJ0BY4-MeZZXzW0Y6-4xrO2Nlaf42B94")
|
9 |
API_ID = int(os.environ.get("API_ID", None))
|
10 |
+
API_HASH = os.environ.get("API_HASH", "031ff911c40173e28290e2f44fcb4b56")
|
|
|
11 |
|
12 |
OWNER_ID = int(os.environ.get("OWNER_ID", "7361622601"))
|
13 |
DB_URL = os.environ.get("DB_URL", "mongodb+srv://xdragxt:[email protected]/?retryWrites=true&w=majority&appName=dragtest")
|