From f804ba0263bbf8720cf23d8fec369cbe46f7a65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Schulthess?= Date: Mon, 29 Apr 2024 08:04:04 +0200 Subject: [PATCH] explicit exit not needed --- Examples/Echo.py | 1 - Examples/Link.py | 1 - 2 files changed, 2 deletions(-) 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()