mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +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:
|
try:
|
||||||
drivers.run()
|
drivers.run()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
log.info('Exiting due to Ctrl-C.')
|
|
||||||
world.upkeep()
|
world.upkeep()
|
||||||
|
log.info('Exiting due to Ctrl-C.')
|
||||||
break
|
break
|
||||||
except SystemExit, e:
|
except SystemExit, e:
|
||||||
s = str(e)
|
s = str(e)
|
||||||
|
Loading…
Reference in New Issue
Block a user