BUGFIG bot
- Doesn't close properly
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user