explicit exit not needed

This commit is contained in:
Jürg Schulthess 2024-04-29 08:04:04 +02:00
parent 84a1ab0ca3
commit f804ba0263
2 changed files with 0 additions and 2 deletions

View File

@ -340,4 +340,3 @@ if __name__ == "__main__":
client(args.destination, configarg, timeout=timeoutarg)
except KeyboardInterrupt:
print("")
exit()

View File

@ -300,4 +300,3 @@ if __name__ == "__main__":
except KeyboardInterrupt:
print("")
exit()