idk
This commit is contained in:
@@ -73,8 +73,8 @@ class OP25Handler(threading.Thread):
|
||||
|
||||
print(p25_kwargs)
|
||||
|
||||
self.OP25Proc = subprocess.Popen(p25_kwargs, executable=self.OP25EXE, shell=True, stdout=subprocess.STDOUT,
|
||||
stderr=subprocess.STDOUT, cwd=self.OP25Dir)
|
||||
self.OP25Proc = subprocess.Popen(p25_kwargs, executable=self.OP25EXE, shell=True, stdin=subprocess.PIPE,
|
||||
stdout=subprocess.PIPE, stderr=subprocess.STDOUT, cwd=self.OP25Dir)
|
||||
|
||||
#os.chdir(cwd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user