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: