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)
print("✅ account.json downloaded successfully.")
sys.exit(0)
def save_token(data):
data["created_at"] = datetime.now(timezone.utc).isoformat()

View File

@ -2,4 +2,5 @@ fastapi
uvicorn[standard]
httpx
orjson
python-dotenv
python-dotenv
requests