BUGFIG bot

- Doesn't close properly
This commit is contained in:
Logan Cusano
2022-02-18 01:33:56 -05:00
parent 570d09fe45
commit d288d067fe

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)