fix 订阅刷新站点

This commit is contained in:
thsrite
2023-09-13 15:52:32 +08:00
parent 68c7bf0a96
commit be3c3ef37f
2 changed files with 31 additions and 4 deletions

View File

@ -384,7 +384,7 @@ class SubscribeChain(ChainBase):
return
# 触发刷新站点资源,从缓存中匹配订阅
self.match(
self.torrentschain.refresh()
self.torrentschain.refresh(subscribes=subscribes)
)
def match(self, torrents: Dict[str, List[Context]]):