fix 集数偏移

This commit is contained in:
yubanmeiqin9048
2023-08-04 20:20:07 +08:00
committed by GitHub
parent 275fadbed3
commit 43eb872e6b

View File

@ -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: