mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
remove un-needed check.
This commit is contained in:
parent
84e49fe28d
commit
9b32b2bdcb
1 changed files with 2 additions and 3 deletions
|
@ -284,9 +284,8 @@ class autoProcessTV:
|
||||||
elif section == "NzbDrone":
|
elif section == "NzbDrone":
|
||||||
try:
|
try:
|
||||||
res = json.loads(r.content)
|
res = json.loads(r.content)
|
||||||
if res["message"] == "Starting":
|
scan_id = int(res['id'])
|
||||||
scan_id = int(res['id'])
|
Started = True
|
||||||
Started = True
|
|
||||||
except:
|
except:
|
||||||
scan_id = None
|
scan_id = None
|
||||||
Started = False
|
Started = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue