A
This commit is contained in:
parent
519edc3a27
commit
acf3dbd717
@ -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()
|
||||||
|
@ -3,3 +3,4 @@ uvicorn[standard]
|
|||||||
httpx
|
httpx
|
||||||
orjson
|
orjson
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
requests
|
Loading…
x
Reference in New Issue
Block a user