mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Fixed logging for TV processing
This commit is contained in:
parent
66b8549914
commit
119d1e72e3
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class autoProcessTV:
|
||||||
return 1 # failure
|
return 1 # failure
|
||||||
|
|
||||||
for line in r.iter_lines():
|
for line in r.iter_lines():
|
||||||
if line: logger.postprocess("%s" % (line))
|
if line: logger.postprocess("%s" % (line), section)
|
||||||
|
|
||||||
if status != 0 and delete_failed and not os.path.dirname(dirName) == dirName:
|
if status != 0 and delete_failed and not os.path.dirname(dirName) == dirName:
|
||||||
logger.postprocess("Deleting failed files and folder %s" % (dirName),section)
|
logger.postprocess("Deleting failed files and folder %s" % (dirName),section)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue