parent
785e3992e4
commit
39a036bd86
|
@ -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()
|
Loading…
Reference in New Issue