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,