设置回调

This commit is contained in:
liuwei
2025-04-27 10:26:17 +08:00
parent bacfa048cb
commit f419a6a63e

View File

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