mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-25 06:24:25 +01:00
Change ^C exit code to 0
This commit is contained in:
parent
3c24219419
commit
9238b1bd88
@ -23,7 +23,7 @@ except:
|
|||||||
def shutdown():
|
def shutdown():
|
||||||
print('\n\n{}Thanks for dropping by.'
|
print('\n\n{}Thanks for dropping by.'
|
||||||
'\nCatch ya later!{}'.format(GREEN, END))
|
'\nCatch ya later!{}'.format(GREEN, END))
|
||||||
os._exit(1)
|
os._exit(0)
|
||||||
|
|
||||||
logging.getLogger("kamene.runtime").setLevel(logging.ERROR) # Shut up kamene!
|
logging.getLogger("kamene.runtime").setLevel(logging.ERROR) # Shut up kamene!
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user