We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a5562 commit a02bad5Copy full SHA for a02bad5
webui.py
@@ -94,8 +94,6 @@ def initialize():
94
print(f"Invalid path to TLS certfile: '{cmd_opts.tls_certfile}'")
95
except TypeError:
96
cmd_opts.tls_keyfile = cmd_opts.tls_certfile = None
97
- print(f"path: '{cmd_opts.tls_keyfile}' {type(cmd_opts.tls_keyfile)}")
98
- print(f"path: '{cmd_opts.tls_certfile}' {type(cmd_opts.tls_certfile)}")
99
print("TLS setup invalid, running webui without TLS")
100
else:
101
print("Running with TLS")
0 commit comments