mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Nicer exit message :)
This commit is contained in:
parent
dbc7df71de
commit
e770054717
@ -92,7 +92,7 @@ def main():
|
||||
while world.ircs:
|
||||
drivers.run()
|
||||
except (SystemExit, KeyboardInterrupt):
|
||||
sys.exit(0)
|
||||
raise SystemExit, 'Goodbye!'
|
||||
except:
|
||||
log.exception('Exception raised out of drivers.run:')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user