Remove State from Radarr api return

This commit is contained in:
Clinton Hall 2021-06-07 21:51:36 +12:00 committed by GitHub
commit 30a69d6e37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)