Spaces:
Running
Running
Fix: add try/except for BONGDA_HEADERS import
Browse files- app_v2_entry.py +1 -1
app_v2_entry.py
CHANGED
|
@@ -503,4 +503,4 @@ def _bg():
|
|
| 503 |
time.sleep(90)
|
| 504 |
threading.Thread(target=_bg,daemon=True).start()
|
| 505 |
|
| 506 |
-
app.mount('/static',StaticFiles(directory=STATIC_DIR),name='vnews_static')
|
|
|
|
| 503 |
time.sleep(90)
|
| 504 |
threading.Thread(target=_bg,daemon=True).start()
|
| 505 |
|
| 506 |
+
app.mount('/static',StaticFiles(directory=STATIC_DIR),name='vnews_static')
|