Oups..
This commit is contained in:
parent
d1dd755193
commit
3c5c7eb142
@ -12,7 +12,7 @@ if IS_RENDER:
|
||||
import requests
|
||||
print("⚠️ Running in Render environment, downloading account.json with token in URL...")
|
||||
|
||||
url = f"{ACCOUNT_URL_JSON}?token={ACCOUNT_JSON_TOKEN}"
|
||||
url = f"{ACCOUNT_JSON_URL}?token={ACCOUNT_JSON_TOKEN}"
|
||||
|
||||
try:
|
||||
response = requests.get(url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user