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:
+1
-1
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user