BUGFIG op25

This commit is contained in:
Logan Cusano
2022-02-18 00:58:59 -05:00
parent 4dd7539c5b
commit 15ce6a7aea

View File

@@ -28,6 +28,8 @@ class OP25Handler(threading.Thread):
"25600", "-U", "-f", f"{self.Frequency}e6", "-X", "-2", "-l" "http:0.0.0.0:8080"], shell=True,
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
print(self.OP25Proc.poll())
def close_op25(self):
print(f"Closing OP25")
try: