aboutsummaryrefslogtreecommitdiff
path: root/webui.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-21 18:01:20 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-25 16:19:22 +0300
commit636ff513b0b5939f15456b82abd2e99951f6e3c1 (patch)
tree44e67a15b5c44e55bfd54c13dcd0213426b4e3aa /webui.py
parent51206edb620b098f286cc33fab748ab90c5b20d4 (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={