mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
brackets
This commit is contained in:
@@ -350,7 +350,7 @@ def webui(restart=False):
|
||||
continue
|
||||
logger.handlers = log.handlers
|
||||
# autolaunch only on initial start
|
||||
if shared.opts.autolaunch or cmd_opts.autolaunch and local_url is not None:
|
||||
if (shared.opts.autolaunch or cmd_opts.autolaunch) and local_url is not None:
|
||||
cmd_opts.autolaunch = False
|
||||
shared.log.info('Launching browser')
|
||||
import webbrowser
|
||||
|
||||
Reference in New Issue
Block a user