default port to prevent confusion

master
papuSpartan 2024-03-16 20:01:22 -05:00 committed by unknown
parent 608fbcc76f
commit 0b203e338e
No known key found for this signature in database
GPG Key ID: CA376082283AF69A
1 changed files with 1 additions and 1 deletions

View File

@ -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
) )