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 34b8fe2c02 - Show all commits

View File

@@ -43,6 +43,7 @@ class OP25Handler: #(threading.Thread):
while self.OP25Proc.poll() is None:
# Terminate the process every 5 seconds
if seconds_waited % 5 == 0:
print("Terminating OP25")
self.OP25Proc.terminate()
time.sleep(1)
seconds_waited += 1