From d15b8165c84c3f38adb2bf6b0dfd1ba76cbeedf7 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 17 Mar 2025 16:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E4=BB=A4=E4=B8=AD=E6=96=87=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e0b386b..ddb49dc 100644 --- a/main.py +++ b/main.py @@ -25,7 +25,7 @@ def main(chat_type: int): robot.LOG.info(f"WeChatRobot【{__version__}】成功启动···") # 机器人启动发送测试消息 - robot.send_text_msg("机器人启动成功!", "filehelper") + robot.send_text_msg("启动成功!", "filehelper") # 接收消息 # robot.enableRecvMsg() # 可能会丢消息?