Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|