mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 09:12:58 -07:00
Always no browser at Windows system startup
This commit is contained in:
parent
922bb2760c
commit
5b82a86fa8
1 changed files with 1 additions and 2 deletions
|
@ -105,8 +105,7 @@ def set_startup():
|
||||||
else:
|
else:
|
||||||
args = [exe, plexpy.FULL_PATH]
|
args = [exe, plexpy.FULL_PATH]
|
||||||
|
|
||||||
if not plexpy.CONFIG.LAUNCH_BROWSER:
|
args += ['--nolaunch']
|
||||||
args += ['--nolaunch']
|
|
||||||
|
|
||||||
cmd = ' '.join(shlex.quote(arg) for arg in args).replace('python.exe', 'pythonw.exe').replace("'", '"')
|
cmd = ' '.join(shlex.quote(arg) for arg in args).replace('python.exe', 'pythonw.exe').replace("'", '"')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue