fix: fix bugs, add more api.

This commit is contained in:
EstrellaXD
2023-08-12 17:41:23 +08:00
parent c40723d53c
commit ec97edfe8d
7 changed files with 9 additions and 35 deletions

View File

@@ -31,12 +31,6 @@ class ProgramStatus(Checker):
self._downloader_status = self.check_downloader()
return self._downloader_status
@property
def torrents_status(self):
if not self._torrents_status:
self._torrents_status = self.check_torrents()
return self._torrents_status
@property
def enable_rss(self):
return self.check_analyser()