Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ GLIF_API_TOKEN = os.getenv("GLIF_API_TOKEN0")
|
|
12 |
GLIF_API_URL = "https://simple-api.glif.app"
|
13 |
glif_token_id = 0
|
14 |
glif_tokens_tried = 0
|
15 |
-
no_of_accounts =
|
16 |
if not DISCORD_BOT_TOKEN or not GLIF_API_TOKEN:
|
17 |
raise ValueError("Both DISCORD_BOT_TOKEN and GLIF_API_TOKEN must be set.")
|
18 |
|
|
|
12 |
GLIF_API_URL = "https://simple-api.glif.app"
|
13 |
glif_token_id = 0
|
14 |
glif_tokens_tried = 0
|
15 |
+
no_of_accounts = 11
|
16 |
if not DISCORD_BOT_TOKEN or not GLIF_API_TOKEN:
|
17 |
raise ValueError("Both DISCORD_BOT_TOKEN and GLIF_API_TOKEN must be set.")
|
18 |
|