mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 15:13:26 +00:00
Interrupt fix
This commit is contained in:
@@ -202,7 +202,7 @@ try:
|
||||
response = COPTER_ID
|
||||
send_all(bytes(form_command("response", response)))
|
||||
print("Request responded with:", response)
|
||||
except InterruptedError:
|
||||
except KeyboardInterrupt:
|
||||
print("Interrupted")
|
||||
except socket.error as e:
|
||||
print("Connection lost due error:", e)
|
||||
|
||||
Reference in New Issue
Block a user