mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 13:11:11 -07:00
remove procin terminate. Fixes #568
This commit is contained in:
parent
5653134596
commit
e1e6ebe2bf
1 changed files with 0 additions and 2 deletions
|
@ -99,8 +99,6 @@ def getVideoDetails(videofile, img=None, bitbucket=None):
|
|||
proc = subprocess.Popen(command, stdout=subprocess.PIPE)
|
||||
out, err = proc.communicate()
|
||||
result = proc.returncode
|
||||
if procin:
|
||||
procin.terminate()
|
||||
video_details = json.loads(out)
|
||||
except:
|
||||
logger.error("Checking [%s] has failed" % (file), 'TRANSCODER')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue