mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
fix first return parsing from HeadPhones. Fixes #1536
This commit is contained in:
parent
b7746f1ce5
commit
de86259bb0
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ def process(section, dir_name, input_name=None, status=0, client_agent='manual',
|
|||
}
|
||||
|
||||
res = force_process(params, url, apikey, input_name, dir_name, section, wait_for)
|
||||
if res[0] in [0, 1]:
|
||||
if res.status_code in [0, 1]:
|
||||
return res
|
||||
|
||||
params = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue