Fix incorrect host merge

This commit is contained in:
Henk
2023-04-15 14:58:24 +02:00
parent bde9c6980f
commit 3eda7269f7

View File

@@ -1613,9 +1613,6 @@ def general_startup(override_args=None):
if args.localtunnel:
koboldai_vars.host = True;
if args.host == "":
koboldai_vars.host = True
args.unblock = True
if args.host:
# This means --host option was submitted without an argument
# Enable all LAN IPs (0.0.0.0/0)