parent
81e2768aae
commit
813b67ab20
|
@ -19,4 +19,4 @@ while True:
|
||||||
output.replace("\r\n", "")
|
output.replace("\r\n", "")
|
||||||
print(output.decode("ASCII"))
|
print(output.decode("ASCII"))
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
break
|
exit()
|
Loading…
Reference in New Issue