mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -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]
|
command = [nzbtomedia.FFPROBE, videofile]
|
||||||
try:
|
try:
|
||||||
logger.info('Checking if %s has any corruption, please stand by ...' % (videofile))
|
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:
|
except:
|
||||||
logger.error("Checking video %s for corruption has failed" % (videofile))
|
logger.error("Checking video %s for corruption has failed" % (videofile))
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue