mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-30 16:59:32 +00:00
Interrupt fix
This commit is contained in:
@@ -211,6 +211,7 @@ try:
|
||||
print("Re-connection successful")
|
||||
else:
|
||||
print("Interrupted")
|
||||
raise KeyboardInterrupt
|
||||
except KeyboardInterrupt:
|
||||
print("Shutdown on keyboard interrupt")
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user