From 43eb872e6b7a45589e3a4b04d204ecc0f223df4a Mon Sep 17 00:00:00 2001 From: yubanmeiqin9048 <64676973+yubanmeiqin9048@users.noreply.github.com> Date: Fri, 4 Aug 2023 20:20:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E9=9B=86=E6=95=B0=E5=81=8F=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/meta/words.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/meta/words.py b/app/core/meta/words.py index b3480ceb..0965b0bc 100644 --- a/app/core/meta/words.py +++ b/app/core/meta/words.py @@ -36,6 +36,7 @@ class WordsMatcher(metaclass=Singleton): # ้›†ๅ็งป strings = word.split(" <> ") offsets = strings[1].split(" >> ") + strings[1] = offsets[0] title, message, state = self.__episode_offset(title, strings[0], strings[1], offsets[1]) else: