mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -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',
|
||||
)
|
||||
|
||||
return ProcessResult.failure()
|
||||
|
||||
|
||||
def get_status(url, apikey, dir_name):
|
||||
logger.debug(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue