From f2c43713b16e821f4a1ae97804c60f18734d5f6a Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期五, 13 十二月 2024 17:25:12 +0800 Subject: [PATCH] 问题优化 --- app/task/fetch_agent.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/app/task/fetch_agent.py b/app/task/fetch_agent.py index 36b3c2e..991c0d0 100644 --- a/app/task/fetch_agent.py +++ b/app/task/fetch_agent.py @@ -147,3 +147,7 @@ print("Agents synchronized successfully") except Exception as e: print(f"Failed to sync agents: {str(e)}") + + + + -- Gitblit v1.8.0