Pull change that Lou made.

This commit is contained in:
Alexander 2015-08-22 21:48:58 -04:00
parent 64a87dff1b
commit 53c054a0b3

View file

@ -51,11 +51,12 @@ if ':' in host:
port = int(port) port = int(port)
simbase.air.connect(host, port) simbase.air.connect(host, port)
gc.enable()
isServer = config.GetBool('is-server', False) isServer = config.GetBool('is-server', False)
try: try:
run() run()
gc.enable()
except SystemExit: except SystemExit:
raise raise
except Exception: except Exception: