parent
785e3992e4
commit
39a036bd86
|
@ -17,7 +17,7 @@ while True:
|
||||||
try:
|
try:
|
||||||
output = str(host.readline())
|
output = str(host.readline())
|
||||||
output = output.replace("b'", "")
|
output = output.replace("b'", "")
|
||||||
output = output.replace("\r\n'", "")
|
output = output.replace(str("\r\n'"), "")
|
||||||
print(output)
|
print(output)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
exit()
|
exit()
|
Loading…
Reference in New Issue