数据异常处理

This commit is contained in:
YueL1331
2026-01-12 15:57:34 +08:00
parent 43f049112f
commit e2333ea9b8
3 changed files with 399 additions and 169 deletions

View File

@ -156,7 +156,7 @@ def create_app():
func=auto_monitor_job,
args=[app],
trigger='cron',
hour=10,
hour=12,
minute=0
)