dragxd commited on
Commit
4cc4c33
·
verified ·
1 Parent(s): 1dac741

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -2
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 =int(os.environ.get("API_HASH", None))
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")