infinityonline commited on
Commit
a73d6f0
·
verified ·
1 Parent(s): d649e09

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -10,7 +10,7 @@ from fastapi import FastAPI, Header, HTTPException, Request
10
  from fastapi.responses import JSONResponse
11
 
12
 
13
- API_SECRET_KEY = os.getenv("API_SECRET_KEY", "change-secret-key-2026")
14
 
15
 
16
  class AsyncBrowserThread(threading.Thread):
 
10
  from fastapi.responses import JSONResponse
11
 
12
 
13
+ API_SECRET_KEY = os.getenv("API_SECRET_KEY", "2026-2026")
14
 
15
 
16
  class AsyncBrowserThread(threading.Thread):