This commit is contained in:
jxxghp 2023-08-12 18:13:44 +08:00
parent 61d44a6e7d
commit a90695d1fa

View File

@ -132,7 +132,7 @@ class TorrentRemover(_PluginBase):
}) })
def get_state(self) -> bool: def get_state(self) -> bool:
return self._enabled and self._cron and self._downloaders return True if self._enabled and self._cron and self._downloaders else False
@staticmethod @staticmethod
def get_command() -> List[Dict[str, Any]]: def get_command() -> List[Dict[str, Any]]: