🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-05-07 14:08:29 +00:00
parent 162dc49acd
commit 61f6bf3e7e
4 changed files with 12 additions and 8 deletions

View File

@@ -209,4 +209,4 @@ class InterestLogger:
return subflow_details
except Exception as e:
logger.error(f"记录状态时发生意外错误: {e}")
logger.error(traceback.format_exc())
logger.error(traceback.format_exc())