Always no browser at Windows system startup

This commit is contained in:
JonnyWong16 2020-04-25 12:11:29 -07:00
parent 922bb2760c
commit 5b82a86fa8
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -105,7 +105,6 @@ def set_startup():
else:
args = [exe, plexpy.FULL_PATH]
if not plexpy.CONFIG.LAUNCH_BROWSER:
args += ['--nolaunch']
cmd = ' '.join(shlex.quote(arg) for arg in args).replace('python.exe', 'pythonw.exe').replace("'", '"')