This commit is contained in:
Khrysse 2025-06-22 13:14:45 +02:00
parent d1dd755193
commit 3c5c7eb142

View File

@ -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)