Skip to content

Commit

Permalink
Remove State from Radarr api return
Browse files Browse the repository at this point in the history
  • Loading branch information
clinton-hall authored Jun 7, 2021
1 parent 2280f8d commit 30a69d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/auto_process/movies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 30a69d6

Please sign in to comment.