This commit is contained in:
Khrysse 2025-06-22 12:59:47 +02:00
parent 519edc3a27
commit acf3dbd717
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,6 @@ if IS_RENDER:
f.write(response.content) f.write(response.content)
print("✅ account.json downloaded successfully.") print("✅ account.json downloaded successfully.")
sys.exit(0)
def save_token(data): def save_token(data):
data["created_at"] = datetime.now(timezone.utc).isoformat() data["created_at"] = datetime.now(timezone.utc).isoformat()

View File

@ -3,3 +3,4 @@ uvicorn[standard]
httpx httpx
orjson orjson
python-dotenv python-dotenv
requests