bep40 commited on
Commit
ba4072f
·
verified ·
1 Parent(s): 830002a

Fix _run.py: import app from main.py (has FastAPI()), not app_v2_entry.py (no app object)

Browse files
Files changed (1) hide show
  1. _run.py +1 -1
_run.py CHANGED
@@ -1 +1 @@
1
- from app_v2_entry import app # v5-stable inline bongda proxy
 
1
+ from main import app # v5-stable inline bongda proxy