mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-24 22:14:24 +01:00
Change ^C exit code to 0
This commit is contained in:
parent
3c24219419
commit
9238b1bd88
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user