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()