bep40 commited on
Commit
9389745
·
verified ·
1 Parent(s): 73ea05e

Fix: add try/except for BONGDA_HEADERS import

Browse files
Files changed (1) hide show
  1. 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')