From 30a69d6e37a33f5aef29efd857d88c79d592a28e Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Mon, 7 Jun 2021 21:51:36 +1200 Subject: [PATCH] Remove State from Radarr api return --- core/auto_process/movies.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/auto_process/movies.py b/core/auto_process/movies.py index 1008f946..076a0537 100644 --- a/core/auto_process/movies.py +++ b/core/auto_process/movies.py @@ -252,7 +252,6 @@ def process(section, dir_name, input_name=None, status=0, client_agent='manual', status_code=0, ) elif section == 'Radarr': - logger.postprocess('Radarr response: {0}'.format(result['state'])) try: scan_id = int(result['id']) logger.debug('Scan started with id: {0}'.format(scan_id), section)