This commit is contained in:
thsrite 2023-07-20 16:19:07 +08:00
parent 0ca9ad64af
commit 3d5b572319

View File

@ -258,6 +258,8 @@ class MessageChain(ChainBase):
channel=channel, title="已经是最后一页了!", userid=userid)) channel=channel, title="已经是最后一页了!", userid=userid))
return return
else: else:
# 加一页
self._current_page += 1
if cache_type == "Torrent": if cache_type == "Torrent":
# 发送种子数据 # 发送种子数据
self.__post_torrents_message(channel=channel, self.__post_torrents_message(channel=channel,