mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-23 06:25:27 -07:00
Update webstart.py
This commit is contained in:
parent
a59cb3b161
commit
52dfa1db09
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue