From e47adac236c304a61dedc1b2ef99e1610e9ac2b7 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 6 May 2025 10:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=86=92=E6=9B=B4=E6=96=B0=E6=88=90?= =?UTF-8?q?=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index b906285..9691e1f 100644 --- a/main.py +++ b/main.py @@ -38,9 +38,10 @@ def main(chat_type: int): # 初始化并启动wechat_ipad客户端 if robot.init_wechat_ipad(): robot.LOG.info("wechat_ipad客户端启动成功") + robot.ipad_bot.send_text_message("filehelper", "ipad客户端启动成功") else: robot.LOG.error("wechat_ipad客户端启动失败") - + # 启动Dashboard服务器 dashboard_server = None try: