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