mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
remove un-needed param. #433
This commit is contained in:
parent
47a1dcb957
commit
ae82ce62a6
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ class autoProcessTV:
|
||||||
return 0
|
return 0
|
||||||
elif section == "NzbDrone" and Started:
|
elif section == "NzbDrone" and Started:
|
||||||
n = 0
|
n = 0
|
||||||
exists = True
|
|
||||||
current_numMissing = start_numMissing
|
current_numMissing = start_numMissing
|
||||||
while n < 6: # set up wait_for minutes of no change in numMissing.
|
while n < 6: # set up wait_for minutes of no change in numMissing.
|
||||||
time.sleep(10 * wait_for)
|
time.sleep(10 * wait_for)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue