Update FileStream/config.py
Browse files- FileStream/config.py +1 -1
FileStream/config.py
CHANGED
@@ -7,7 +7,7 @@ class Telegram:
|
|
7 |
API_ID = int('20295350')
|
8 |
API_HASH = str('805a0a86f3b382d904617d0a2fd4fb6f')
|
9 |
BOT_TOKEN = str('6332817724:AAH593CpEKFhX9fHfC_Q-i2D9fpWWjE_XeE')
|
10 |
-
OWNER_ID = int('
|
11 |
WORKERS = int(env.get("WORKERS", "6")) # 6 workers = 6 commands at once
|
12 |
DATABASE_URL = str('mongodb+srv://npanchayan:[email protected]/?retryWrites=true&w=majority')
|
13 |
UPDATES_CHANNEL = str(env.get('UPDATES_CHANNEL', "Telegram"))
|
|
|
7 |
API_ID = int('20295350')
|
8 |
API_HASH = str('805a0a86f3b382d904617d0a2fd4fb6f')
|
9 |
BOT_TOKEN = str('6332817724:AAH593CpEKFhX9fHfC_Q-i2D9fpWWjE_XeE')
|
10 |
+
OWNER_ID = int('845332054')
|
11 |
WORKERS = int(env.get("WORKERS", "6")) # 6 workers = 6 commands at once
|
12 |
DATABASE_URL = str('mongodb+srv://npanchayan:[email protected]/?retryWrites=true&w=majority')
|
13 |
UPDATES_CHANNEL = str(env.get('UPDATES_CHANNEL', "Telegram"))
|