server启动之后,填入callback

This commit is contained in:
liuwei
2025-04-23 11:47:39 +08:00
parent 1ab34cde0a
commit b8ea01ce4b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ def main(chat_type: int):
register_robot(gewe_client.app_id, robot)
# 机器人启动发送测试消息
gewe_client.post_text(gewe_client.app_id, send_msg_wxid, "client 启动成功!")
gewe_client.client.post_text(gewe_client.app_id, send_msg_wxid, "client 启动成功!")
#
# # 每天 8:30 发送新闻
# robot.onEveryTime("08:30", robot.news_baidu_report_auto)