changed break to exit

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-08-12 02:20:32 +02:00
parent 81e2768aae
commit 813b67ab20
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ while True:
output.replace("\r\n", "")
print(output.decode("ASCII"))
except KeyboardInterrupt:
break
exit()