From b7d040b40c6fe4e24412fbb06b02f1d6ea308164 Mon Sep 17 00:00:00 2001 From: hmo Date: Wed, 12 Aug 2026 10:56:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20layers=5Fhealth=20DB=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E2=80=94=E2=80=94DB=5FPATH=E6=9C=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=94=B9=E5=AE=8C=E6=95=B4=E8=B7=AF=E5=BE=84/home/hmo?= =?UTF-8?q?/MoFin/data/mofin.db?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/mofin_health.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {