artintel235 commited on
Commit
31520f0
·
verified ·
1 Parent(s): ed80ed3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  # HARDCODED_URL = "" # Replace with your desired URL
7
 
8
  TOKEN = os.getenv("TOKEN1")
9
- API_URL = os.getenv("API_URL")+"/"
10
  token_id = 1
11
  tokens_tried = 0
12
  no_of_accounts = 3
 
6
  # HARDCODED_URL = "" # Replace with your desired URL
7
 
8
  TOKEN = os.getenv("TOKEN1")
9
+ API_URL = os.getenv("API_URL")
10
  token_id = 1
11
  tokens_tried = 0
12
  no_of_accounts = 3