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