artintel235 commited on
Commit
f866df7
·
verified ·
1 Parent(s): dd20192

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ TOKEN = os.getenv("TOKEN0")
47
  API_URL = os.getenv("API_URL")
48
  token_id = 0
49
  tokens_tried = 0
50
- no_of_accounts = 11
51
  model_id = os.getenv("MODEL_ID")
52
 
53
  def send_verification_email(id_token):
 
47
  API_URL = os.getenv("API_URL")
48
  token_id = 0
49
  tokens_tried = 0
50
+ no_of_accounts = 7
51
  model_id = os.getenv("MODEL_ID")
52
 
53
  def send_verification_email(id_token):