Spaces:
Running
Running
Update FileStream/config.py
Browse files- FileStream/config.py +1 -1
FileStream/config.py
CHANGED
@@ -5,7 +5,7 @@ load_dotenv()
|
|
5 |
|
6 |
class Telegram:
|
7 |
API_ID = int('13414818')
|
8 |
-
API_HASH = str('
|
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
|
|
|
5 |
|
6 |
class Telegram:
|
7 |
API_ID = int('13414818')
|
8 |
+
API_HASH = str('9e034e216c4e44114206e277e793aec7')
|
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
|