Update webstart.py

This commit is contained in:
Eric Solari 2016-03-15 16:28:52 -05:00
commit 52dfa1db09

View file

@ -44,7 +44,7 @@ def initialize(options):
enable_https = False enable_https = False
options_dict = { options_dict = {
'environment' :options['http_environment'], 'environment': options['http_environment'],
'server.socket_port': options['http_port'], 'server.socket_port': options['http_port'],
'server.socket_host': options['http_host'], 'server.socket_host': options['http_host'],
'server.thread_pool': 10, 'server.thread_pool': 10,