From f419a6a63e017af67f670d0d66e12261ad81e65f Mon Sep 17 00:00:00 2001 From: liuwei Date: Sun, 27 Apr 2025 10:26:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 8d1ac61..d1615fb 100644 --- a/main.py +++ b/main.py @@ -70,6 +70,7 @@ def main(chat_type: int): except Exception as e: robot.LOG.error(f"Dashboard服务器启动失败: {e}") + gewe_client.client.client_set_callback() # 让机器人一直跑 robot.keep_running_and_block_process()