X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/b8b6e14e6923809efc61c71dd94b1e66026aad9b..d084286e81b121106a0a165e3c151762635466e0:/tuerd diff --git a/tuerd b/tuerd index 220b2bc..c0b4413 100755 --- a/tuerd +++ b/tuerd @@ -41,9 +41,10 @@ try: the_socket.accept() except KeyboardInterrupt: # this is what we waited for! - logger.info("Got SIGINT, terminating...") pass +logger.info("Terminating...") + # bring 'em all down the_waker.stop() # this one first, it "randomly" calls other threads the_pins.stop() # as does this