mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
rm dbg
This commit is contained in:
parent
e9a5562b9b
commit
a02bad570e
2
webui.py
2
webui.py
@ -94,8 +94,6 @@ def initialize():
|
|||||||
print(f"Invalid path to TLS certfile: '{cmd_opts.tls_certfile}'")
|
print(f"Invalid path to TLS certfile: '{cmd_opts.tls_certfile}'")
|
||||||
except TypeError:
|
except TypeError:
|
||||||
cmd_opts.tls_keyfile = cmd_opts.tls_certfile = None
|
cmd_opts.tls_keyfile = cmd_opts.tls_certfile = None
|
||||||
print(f"path: '{cmd_opts.tls_keyfile}' {type(cmd_opts.tls_keyfile)}")
|
|
||||||
print(f"path: '{cmd_opts.tls_certfile}' {type(cmd_opts.tls_certfile)}")
|
|
||||||
print("TLS setup invalid, running webui without TLS")
|
print("TLS setup invalid, running webui without TLS")
|
||||||
else:
|
else:
|
||||||
print("Running with TLS")
|
print("Running with TLS")
|
||||||
|
Loading…
Reference in New Issue
Block a user