diff --git a/pc-client/main.py b/pc-client/main.py index b293ba1..8bfbc75 100644 --- a/pc-client/main.py +++ b/pc-client/main.py @@ -19,4 +19,4 @@ while True: output.replace("\r\n", "") print(output.decode("ASCII")) except KeyboardInterrupt: - break \ No newline at end of file + exit() \ No newline at end of file