mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix incorrect host merge
This commit is contained in:
@@ -1613,9 +1613,6 @@ def general_startup(override_args=None):
|
|||||||
if args.localtunnel:
|
if args.localtunnel:
|
||||||
koboldai_vars.host = True;
|
koboldai_vars.host = True;
|
||||||
|
|
||||||
if args.host == "":
|
|
||||||
koboldai_vars.host = True
|
|
||||||
args.unblock = True
|
|
||||||
if args.host:
|
if args.host:
|
||||||
# This means --host option was submitted without an argument
|
# This means --host option was submitted without an argument
|
||||||
# Enable all LAN IPs (0.0.0.0/0)
|
# Enable all LAN IPs (0.0.0.0/0)
|
||||||
|
Reference in New Issue
Block a user