diff --git a/Examples/Echo.py b/Examples/Echo.py index 95bfa97..abb79ff 100644 --- a/Examples/Echo.py +++ b/Examples/Echo.py @@ -341,4 +341,3 @@ if __name__ == "__main__": except KeyboardInterrupt: print("") exit() - diff --git a/Examples/Link.py b/Examples/Link.py index 54efe5e..37de9dd 100644 --- a/Examples/Link.py +++ b/Examples/Link.py @@ -301,4 +301,3 @@ if __name__ == "__main__": except KeyboardInterrupt: print("") exit() -