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 0ff0289997 - Show all commits

View File

@@ -45,7 +45,7 @@ class OP25Handler: #(threading.Thread):
if seconds_waited % 5 == 0:
print("Terminating OP25")
self.OP25Proc.terminate()
asyncio.sleep(5)
asyncio.sleep(1000)
print(f"Waited {seconds_waited} seconds")
seconds_waited += 1