From b5556f664b8b4edfed8859bb2196376231d85be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Schulthess?= Date: Mon, 29 Apr 2024 08:07:22 +0200 Subject: [PATCH] realign with upstream --- Examples/Echo.py | 2 ++ Examples/Link.py | 2 ++ 2 files changed, 4 insertions(+) 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() +