From 52dfa1db093a55aa1cab748c829bc14a3424156c Mon Sep 17 00:00:00 2001 From: Eric Solari Date: Tue, 15 Mar 2016 16:28:52 -0500 Subject: [PATCH] Update webstart.py --- plexpy/webstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/webstart.py b/plexpy/webstart.py index e72b3db9..3cc0e037 100644 --- a/plexpy/webstart.py +++ b/plexpy/webstart.py @@ -44,7 +44,7 @@ def initialize(options): enable_https = False options_dict = { - 'environment' :options['http_environment'], + 'environment': options['http_environment'], 'server.socket_port': options['http_port'], 'server.socket_host': options['http_host'], 'server.thread_pool': 10,