Spaces:
Paused
Paused
api debug
Browse files- .gitignore +2 -1
- app.py +1 -1
.gitignore
CHANGED
|
@@ -2,4 +2,5 @@ _pycache__/
|
|
| 2 |
flux/_pycache__/
|
| 3 |
.python-version
|
| 4 |
.requirements.txt
|
| 5 |
-
run.sh
|
|
|
|
|
|
| 2 |
flux/_pycache__/
|
| 3 |
.python-version
|
| 4 |
.requirements.txt
|
| 5 |
+
run.sh
|
| 6 |
+
test/
|
app.py
CHANGED
|
@@ -369,7 +369,7 @@ def generate_background_api(
|
|
| 369 |
ZEN_BG_ENDPOINT,
|
| 370 |
headers=headers,
|
| 371 |
json=payload,
|
| 372 |
-
timeout=
|
| 373 |
)
|
| 374 |
|
| 375 |
if response.status_code == 200:
|
|
|
|
| 369 |
ZEN_BG_ENDPOINT,
|
| 370 |
headers=headers,
|
| 371 |
json=payload,
|
| 372 |
+
timeout=120,
|
| 373 |
)
|
| 374 |
|
| 375 |
if response.status_code == 200:
|