diff --git a/deploy/profile-scripts/mofin_health.py b/deploy/profile-scripts/mofin_health.py index d7ac625a..ac102412 100644 --- a/deploy/profile-scripts/mofin_health.py +++ b/deploy/profile-scripts/mofin_health.py @@ -1148,7 +1148,7 @@ def build_report(): def _layer_health(): health = {} try: - _c = sqlite3.connect(DB_PATH) + _c = sqlite3.connect("/home/hmo/MoFin/data/mofin.db", timeout=10) # 采集层健康:原始数据新鲜度 + 覆盖范围 collect = {} for tname, sql in {