mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -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,
|
status_code=0,
|
||||||
)
|
)
|
||||||
elif section == 'Radarr':
|
elif section == 'Radarr':
|
||||||
logger.postprocess('Radarr response: {0}'.format(result['state']))
|
|
||||||
try:
|
try:
|
||||||
scan_id = int(result['id'])
|
scan_id = int(result['id'])
|
||||||
logger.debug('Scan started with id: {0}'.format(scan_id), section)
|
logger.debug('Scan started with id: {0}'.format(scan_id), section)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue