mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-24 06:55:21 -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',
|
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:
|
if not release:
|
||||||
download_id = (
|
# we don't want to filter new releases based on this.
|
||||||
None # we don't want to filter new releases based on this.
|
download_id = ''
|
||||||
)
|
|
||||||
|
|
||||||
if no_status_check:
|
if no_status_check:
|
||||||
return ProcessResult.success(
|
return ProcessResult.success(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue