diff --git a/pc-client/main.py b/pc-client/main.py index 4b8c4c1..c3f7e40 100644 --- a/pc-client/main.py +++ b/pc-client/main.py @@ -17,7 +17,7 @@ while True: try: output = str(host.readline()) output = output.replace("b'", "") - output = output.replace("\r\n'", "") + output = output.replace(str("\r\n'"), "") print(output) except KeyboardInterrupt: exit() \ No newline at end of file