mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-30 11:38:30 -07:00
Testing some code
This commit is contained in:
parent
a99ad2cf81
commit
6607775753
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Transcoder:
|
|||
command = [nzbtomedia.FFPROBE, videofile]
|
||||
try:
|
||||
logger.info('Checking if %s has any corruption, please stand by ...' % (videofile))
|
||||
result = call(command, stdout=bitbucket, stderr=bitbucket)
|
||||
result = call(command, stderr=bitbucket)
|
||||
except:
|
||||
logger.error("Checking video %s for corruption has failed" % (videofile))
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue