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