mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Added import subprocess as is needed to set the STARTUPINFO for Windows
This commit is contained in:
parent
4068af71c1
commit
4b162f4b37
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import stat
|
||||||
from time import sleep
|
from time import sleep
|
||||||
import nzbtomedia
|
import nzbtomedia
|
||||||
from subprocess import call, Popen
|
from subprocess import call, Popen
|
||||||
|
import subprocess
|
||||||
|
|
||||||
def extract(filePath, outputDestination):
|
def extract(filePath, outputDestination):
|
||||||
success = 0
|
success = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue