This commit is contained in:
jxxghp
2025-03-04 14:22:32 +08:00
parent 9be2686733
commit affcb9d5c3
12 changed files with 23 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ class FetchRssAction(BaseAction):
super().__init__(action_id)
self.rsshelper = RssHelper()
self.chain = ActionChain()
self._rss_torrents = []
self._has_error = False
@classmethod
@property