auto-sync: 2026-05-05 00:04:07

This commit is contained in:
cfdaily
2026-05-05 00:04:07 +08:00
parent 2e04f03db9
commit 9820adc4f9
+1 -1
View File
@@ -446,7 +446,7 @@ def run_daily_update(codes: List[str]) -> dict:
# 全局源不可用检测
if not health.report(code, first_attempt_failed and data is None):
source_aborted = True
logger.error("腾讯日线源不可用,终止日线更新")
logger.error("❌ 日线源不可用(东方财富+腾讯),终止日线更新")
break
if data is None or data.empty: