From 9238b1bd88a25bd0709a195e599037f1acca9551 Mon Sep 17 00:00:00 2001 From: k4m4 Date: Sun, 17 Feb 2019 02:41:10 +0200 Subject: [PATCH] Change ^C exit code to 0 --- kickthemout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kickthemout.py b/kickthemout.py index ccdbff5..15e7924 100644 --- a/kickthemout.py +++ b/kickthemout.py @@ -23,7 +23,7 @@ except: def shutdown(): print('\n\n{}Thanks for dropping by.' '\nCatch ya later!{}'.format(GREEN, END)) - os._exit(1) + os._exit(0) logging.getLogger("kamene.runtime").setLevel(logging.ERROR) # Shut up kamene! try: