BUGFIG bot
- async sleep is in milliseconds
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user