设置回调

This commit is contained in:
liuwei
2025-04-27 10:27:10 +08:00
parent f419a6a63e
commit 8e350fbf66

View File

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