mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Remove State from Radarr api return
This commit is contained in:
parent
2280f8dee8
commit
30a69d6e37
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue