mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Fix missing return
This commit is contained in:
parent
2e589fde96
commit
7d20a40d5a
1 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,8 @@ def process(
|
||||||
f'support failed downloads',
|
f'support failed downloads',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
return ProcessResult.failure()
|
||||||
|
|
||||||
|
|
||||||
def get_status(url, apikey, dir_name):
|
def get_status(url, apikey, dir_name):
|
||||||
logger.debug(
|
logger.debug(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue