mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Fix incompatible types in assignment
This commit is contained in:
parent
1bf9acae54
commit
054ac04474
1 changed files with 4 additions and 4 deletions
|
@ -578,11 +578,11 @@ def process(
|
|||
f'{section} will keep searching',
|
||||
)
|
||||
|
||||
# Added a release that was not in the wanted list so confirm rename successful by finding this movie media.list.
|
||||
# Added a release that was not in the wanted list so confirm rename
|
||||
# successful by finding this movie media.list.
|
||||
if not release:
|
||||
download_id = (
|
||||
None # we don't want to filter new releases based on this.
|
||||
)
|
||||
# we don't want to filter new releases based on this.
|
||||
download_id = ''
|
||||
|
||||
if no_status_check:
|
||||
return ProcessResult.success(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue