artintel235 commited on
Commit
865b85e
·
verified ·
1 Parent(s): f377d08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 12
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