This commit is contained in:
gcw_4spBpAfv
2026-02-09 11:24:46 +08:00
parent 8aea76d99b
commit 573c0a3385
6 changed files with 330 additions and 93 deletions

View File

@@ -452,7 +452,7 @@ def cmd_str():
logger = logger_manager.logger
if logger:
logger.error(f"[MAIN] 显示异常: {e}")
time.sleep_ms(1)
time.sleep_ms(10)
except Exception as e:
# 主循环的顶层异常捕获,防止程序静默退出