migration: preserve startup accounts and system slice
This commit is contained in:
@@ -9,7 +9,7 @@ from tushare_client import _sector_coverage_issue
|
||||
|
||||
|
||||
def load_method(name: str):
|
||||
source = Path("server.py").read_text(encoding="utf-8")
|
||||
source = Path("backend/application.py").read_text(encoding="utf-8")
|
||||
tree = ast.parse(source)
|
||||
dashboard_service = next(
|
||||
node for node in tree.body
|
||||
|
||||
Reference in New Issue
Block a user