artintel235 commited on
Commit
6f46247
·
verified ·
1 Parent(s): 69e1613

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ HARDCODED_URL = "" # Replace with your desired URL
7
 
8
  GLIF_API_TOKEN = os.getenv("GLIF_API_TOKEN")
9
  GLIF_API_URL = "https://simple-api.glif.app"
10
- glif_token_id = 0
11
  glif_tokens_tried = 0
12
  no_of_accounts = 3
13
 
 
7
 
8
  GLIF_API_TOKEN = os.getenv("GLIF_API_TOKEN")
9
  GLIF_API_URL = "https://simple-api.glif.app"
10
+ glif_token_id = 1
11
  glif_tokens_tried = 0
12
  no_of_accounts = 3
13