Spaces:
Runtime error
Runtime error
Jishu Developer
commited on
Update config.py
Browse files
config.py
CHANGED
@@ -19,8 +19,7 @@ API_ID = int(os.environ.get("API_ID", ""))
|
|
19 |
API_HASH = os.environ.get("API_HASH", "")
|
20 |
|
21 |
|
22 |
-
|
23 |
-
OWNER_ID = int(os.environ.get("OWNER_ID", "")) # Owner user id
|
24 |
DB_URL = os.environ.get("DB_URL", "")
|
25 |
DB_NAME = os.environ.get("DB_NAME", "madflixbotz")
|
26 |
|
|
|
19 |
API_HASH = os.environ.get("API_HASH", "")
|
20 |
|
21 |
|
22 |
+
OWNER_ID = int(os.environ.get("OWNER_ID", ""))
|
|
|
23 |
DB_URL = os.environ.get("DB_URL", "")
|
24 |
DB_NAME = os.environ.get("DB_NAME", "madflixbotz")
|
25 |
|