fix: 统一DB路径+管道审计脚本

mo_data.py DB_PATH: /home/hmo/web-dashboard/data/mofin.db → /home/hmo/MoFin/data/mofin.db
新增 verify_reassess_pipeline.py:管道审计,静默时无声、异常时报警
This commit is contained in:
知微
2026-07-07 10:37:05 +08:00
parent 26e2794cca
commit 7c255d5234
2 changed files with 119 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ JSON 文件已弃用,仅保留为历史备份。
import sqlite3, json
from datetime import datetime
DB_PATH = '/home/hmo/web-dashboard/data/mofin.db'
DB_PATH = '/home/hmo/MoFin/data/mofin.db'
def _get_db():