fix commands
This commit is contained in:
@ -14,6 +14,9 @@ class TransmissionModule(_ModuleBase):
|
||||
def init_module(self) -> None:
|
||||
self.transmission = Transmission()
|
||||
|
||||
def stop(self):
|
||||
pass
|
||||
|
||||
def init_setting(self) -> Tuple[str, Union[str, bool]]:
|
||||
return "DOWNLOADER", "transmission"
|
||||
|
||||
|
Reference in New Issue
Block a user