mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-24 02:20:38 +08:00
修复AB当作Proxy无法获取海报的问题。
移除 RSS 检查器
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user