From 054ac044740919cec9f9ae7334cf2d2dc4d2f478 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Wed, 14 Dec 2022 03:10:15 -0500 Subject: [PATCH] Fix incompatible types in assignment --- core/auto_process/movies.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/auto_process/movies.py b/core/auto_process/movies.py index 0755f591..4f485335 100644 --- a/core/auto_process/movies.py +++ b/core/auto_process/movies.py @@ -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(