explicit exit not needed
This commit is contained in:
parent
84a1ab0ca3
commit
f804ba0263
@ -340,4 +340,3 @@ if __name__ == "__main__":
|
|||||||
client(args.destination, configarg, timeout=timeoutarg)
|
client(args.destination, configarg, timeout=timeoutarg)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("")
|
print("")
|
||||||
exit()
|
|
||||||
|
@ -300,4 +300,3 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("")
|
print("")
|
||||||
exit()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user