Spaces:
Running
Running
Upload 4 files
Browse files
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", "
|
| 14 |
|
| 15 |
|
| 16 |
class AsyncBrowserThread(threading.Thread):
|
|
|
|
| 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):
|