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