From 8e350fbf664fc89ca00f90fd05e95a80ae40c48f Mon Sep 17 00:00:00 2001 From: liuwei Date: Sun, 27 Apr 2025 10:27:10 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d1615fb..23e71ea 100644 --- a/main.py +++ b/main.py @@ -70,7 +70,7 @@ def main(chat_type: int): except Exception as e: robot.LOG.error(f"Dashboard服务器启动失败: {e}") - gewe_client.client.client_set_callback() + gewe_client.client_set_callback() # 让机器人一直跑 robot.keep_running_and_block_process()