修复AB当作Proxy无法获取海报的问题。

移除 RSS 检查器
This commit is contained in:
EstrellaXD
2023-05-19 00:14:16 +08:00
parent 4b50f210dc
commit 9aa6b09005
8 changed files with 33 additions and 19 deletions

View File

@@ -17,8 +17,7 @@ class Checker:
return False
def check_analyser(self) -> bool:
if self.check_torrents() and\
self.check_downloader() and\
if self.check_downloader() and\
settings.rss_parser.enable:
return True
else: