Noisegate V2 #8

Merged
logan merged 47 commits from NoiseGateV2 into master 2022-03-28 00:13:08 -04:00
Showing only changes of commit 7d161baeda - Show all commits

View File

@@ -65,7 +65,7 @@ class OP25Handler(threading.Thread):
os.chdir(self.OP25Dir)
if self.HTTP_ENABLED:
p25_kwargs += "-l http:0.0.0.0:8080"
p25_kwargs += " -l http:0.0.0.0:8080"
p25_stdout = subprocess.STDOUT
self.OP25Proc = subprocess.Popen(p25_kwargs, shell=False, stdout=p25_stdout, stderr=p25_stderr)