[MODIFY] Code optimization

This commit is contained in:
Mark
2025-12-15 14:09:43 +08:00
parent d2a630addb
commit a4e276ab27
157 changed files with 15976 additions and 3601 deletions

View File

@@ -35,7 +35,7 @@ class CompensationHandler:
for compensation in reversed(self._compensations):
try:
compensation()
logger.debug(f"Compensation operation executed successfully")
logger.debug("Compensation operation executed successfully")
except Exception as e:
logger.error(f"补偿操作失败: {e}", exc_info=True)