diff --git a/Drone/client.py b/Drone/client.py index aed8783..e54de3b 100644 --- a/Drone/client.py +++ b/Drone/client.py @@ -211,6 +211,7 @@ try: print("Re-connection successful") else: print("Interrupted") + raise KeyboardInterrupt except KeyboardInterrupt: print("Shutdown on keyboard interrupt") finally: