default port to prevent confusion
parent
608fbcc76f
commit
0b203e338e
|
|
@ -109,7 +109,7 @@ class UI:
|
||||||
self.world.add_worker(
|
self.world.add_worker(
|
||||||
label=label,
|
label=label,
|
||||||
address=address,
|
address=address,
|
||||||
port=port,
|
port=port if len(port) > 0 else 7860,
|
||||||
tls=tls,
|
tls=tls,
|
||||||
state=state
|
state=state
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue