Implement OP25 Handler #3

Merged
logan merged 34 commits from OP25_Handler into master 2022-02-18 20:47:10 -05:00
Showing only changes of commit d288d067fe - Show all commits

View File

@@ -37,5 +37,6 @@ class OP25Handler(threading.Thread):
print(f"Closing OP25")
try:
self.OP25Proc.kill()
self.OP25Proc.terminate()
except Exception as e:
print(e)