aboutsummaryrefslogtreecommitdiff
path: root/webui.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-21 18:01:20 +0300
committerGitHub <noreply@github.com>2023-07-21 18:01:20 +0300
commit075934a9448dd146f69298d7698c409f7ec0421e (patch)
tree6a2186e850d3993e1d91168403635483303e2210 /webui.py
parented4d7912c7abf8d5cc0f8bdce3e5e0d896288a85 (diff)
parentbc91f15ed32ac29c7bdf9e5abbbf02f18d79a1ab (diff)
Merge pull request #11920 from wfjsw/typo-fix-1
typo fix
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index 2aafc09f..2314735f 100644
--- a/webui.py
+++ b/webui.py
@@ -407,7 +407,7 @@ def webui():
ssl_verify=cmd_opts.disable_tls_verify,
debug=cmd_opts.gradio_debug,
auth=gradio_auth_creds,
- inbrowser=cmd_opts.autolaunch and os.getenv('SD_WEBUI_RESTARTING ') != '1',
+ inbrowser=cmd_opts.autolaunch and os.getenv('SD_WEBUI_RESTARTING') != '1',
prevent_thread_lock=True,
allowed_paths=cmd_opts.gradio_allowed_path,
app_kwargs={