artintel235 commited on
Commit
07880ed
·
verified ·
1 Parent(s): dd21441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ 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 = 11
13
 
14
  def get_image_from_url(url):
15
  """
 
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
 
14
  def get_image_from_url(url):
15
  """