remove un-needed param. #433

This commit is contained in:
clinton-hall 2014-06-15 20:54:56 +09:30
commit ae82ce62a6

View file

@ -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)