mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -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":
|
||||
try:
|
||||
res = json.loads(r.content)
|
||||
if res["message"] == "Starting":
|
||||
scan_id = int(res['id'])
|
||||
Started = True
|
||||
scan_id = int(res['id'])
|
||||
Started = True
|
||||
except:
|
||||
scan_id = None
|
||||
Started = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue