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