mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Pull change that Lou made.
This commit is contained in:
parent
64a87dff1b
commit
53c054a0b3
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue