diff --git a/Examples/Echo.py b/Examples/Echo.py index fed4c5b..95bfa97 100644 --- a/Examples/Echo.py +++ b/Examples/Echo.py @@ -340,3 +340,5 @@ if __name__ == "__main__": client(args.destination, configarg, timeout=timeoutarg) except KeyboardInterrupt: print("") + exit() + diff --git a/Examples/Link.py b/Examples/Link.py index b76ce3c..54efe5e 100644 --- a/Examples/Link.py +++ b/Examples/Link.py @@ -300,3 +300,5 @@ if __name__ == "__main__": except KeyboardInterrupt: print("") + exit() +