mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
Add type-hints for PyMedusaApiV2.api_call
This commit is contained in:
parent
907befedfe
commit
9122423762
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class PyMedusaApiV2(SickBeard):
|
|||
|
||||
return jdata
|
||||
|
||||
def api_call(self):
|
||||
def api_call(self) -> ProcessResult:
|
||||
self._process_fork_prarams()
|
||||
logger.debug(f'Opening URL: {self.url}', self.sb_init.section)
|
||||
payload = self.sb_init.fork_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue