mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
working. But miss logging from autoProcess
This commit is contained in:
parent
4948b3c4c1
commit
3021ed66f8
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,6 @@ for dirpath, dirnames, filenames in os.walk(destination):
|
||||||
file_ext = os.path.splitext(file)[1]
|
file_ext = os.path.splitext(file)[1]
|
||||||
if file_ext in video_files: #if the file is a video file.
|
if file_ext in video_files: #if the file is a video file.
|
||||||
video2 = video2 + 1
|
video2 = video2 + 1
|
||||||
status = 0
|
|
||||||
if video2 >= video: #check that all video files were moved.
|
if video2 >= video: #check that all video files were moved.
|
||||||
status = 0
|
status = 0
|
||||||
|
|
||||||
|
@ -365,6 +364,7 @@ if status == 0:
|
||||||
else:
|
else:
|
||||||
Logger.info("calling autoProcess script for failed download")
|
Logger.info("calling autoProcess script for failed download")
|
||||||
## Now we pass off to CouchPotato or SickBeard.
|
## Now we pass off to CouchPotato or SickBeard.
|
||||||
|
# still need to figure out how to log this output.
|
||||||
if Category == Movie_Cat:
|
if Category == Movie_Cat:
|
||||||
autoProcessMovie.process(destination, Name, status)
|
autoProcessMovie.process(destination, Name, status)
|
||||||
elif Category == TV_Cat:
|
elif Category == TV_Cat:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue