From c62fc18f86f14c7547cac3725212d32d779022cb Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 11 Mar 2025 10:52:29 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=E6=8A=96=E9=9F=B3=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E9=93=BE=E6=8E=A5=E8=BD=AC=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot.py b/robot.py index 93f6449..0c3a278 100644 --- a/robot.py +++ b/robot.py @@ -377,9 +377,9 @@ class Robot(Job): self.LOG.error(f"beautyleg.handle_text error: {e}") # 抖音组件 try: - self.beautyleg.handle_message(message=msg) + self.douyin.handle_douyin_links(message=msg) except Exception as e: - self.LOG.error(f"beautyleg.handle_text error: {e}") + self.LOG.error(f"douyin.handle_douyin_links error: {e}") if msg.is_at(self.wxid): # 被@ self.toAt(msg)