Spaces:
Running
Running
Update FileStream/config.py
Browse files- FileStream/config.py +6 -3
FileStream/config.py
CHANGED
@@ -4,9 +4,12 @@ from dotenv import load_dotenv
|
|
4 |
load_dotenv()
|
5 |
|
6 |
class Telegram:
|
7 |
-
API_ID = int('
|
8 |
-
API_HASH = str('
|
9 |
-
BOT_TOKEN = str('
|
|
|
|
|
|
|
10 |
OWNER_ID = int('1220356966')
|
11 |
WORKERS = int(env.get("WORKERS", "6")) # 6 workers = 6 commands at once
|
12 |
DATABASE_URL = str('mongodb+srv://npanchayan:jph2G5RdOuII3gYM@cluster0.vycugvp.mongodb.net/?retryWrites=true&w=majority')
|
|
|
4 |
load_dotenv()
|
5 |
|
6 |
class Telegram:
|
7 |
+
API_ID = int('13414818')
|
8 |
+
API_HASH = str(' 9e034e216c4e44114206e277e793aec7 ')
|
9 |
+
BOT_TOKEN = str('6332817724:AAH593CpEKFhX9fHfC_Q-i2D9fpWWjE_XeE')
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
OWNER_ID = int('1220356966')
|
14 |
WORKERS = int(env.get("WORKERS", "6")) # 6 workers = 6 commands at once
|
15 |
DATABASE_URL = str('mongodb+srv://npanchayan:jph2G5RdOuII3gYM@cluster0.vycugvp.mongodb.net/?retryWrites=true&w=majority')
|