mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
Typo. Fixes #393
This commit is contained in:
parent
d01b721b0f
commit
844bae645e
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class autoProcessTV:
|
||||||
|
|
||||||
if current_numMissing < start_numMissing:
|
if current_numMissing < start_numMissing:
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"The number of missing episodes changes from %s to %s and then remained the same for % minutes. Consider this successful" %
|
"The number of missing episodes changes from %s to %s and then remained the same for %s minutes. Consider this successful" %
|
||||||
(str(start_numMissing), str(current_numMissing), str(wait_for)), section)
|
(str(start_numMissing), str(current_numMissing), str(wait_for)), section)
|
||||||
return 0
|
return 0
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue