mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-22 18:14:41 +01:00
These logs are prettier in the reverse order.
This commit is contained in:
parent
7dbb8685f5
commit
3d1bc55460
@ -76,8 +76,8 @@ def main():
|
||||
try:
|
||||
drivers.run()
|
||||
except KeyboardInterrupt:
|
||||
log.info('Exiting due to Ctrl-C.')
|
||||
world.upkeep()
|
||||
log.info('Exiting due to Ctrl-C.')
|
||||
break
|
||||
except SystemExit, e:
|
||||
s = str(e)
|
||||
|
Loading…
Reference in New Issue
Block a user