修改多个问题,优化代码结构

This commit is contained in:
strepsiades
2026-04-01 16:23:43 +08:00
parent 8f4727a772
commit 7c49df94fc
29 changed files with 968 additions and 504 deletions
@@ -47,8 +47,6 @@ async def main() -> int:
return 130
except Exception as exc:
logger.exception("❌ Pipeline failed: %s: %s", type(exc).__name__, exc)
import traceback
traceback.print_exc()
return 1