mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-28 18:15:45 +08:00
Update party.py
This commit is contained in:
parent
e8d2437a9b
commit
e237a3755f
@ -489,8 +489,8 @@ class PartyWindow(bui.Window):
|
||||
def _add_to_favorites(
|
||||
self,
|
||||
name: str,
|
||||
address: str,
|
||||
port_num: int
|
||||
address: str | None,
|
||||
port_num: int | None
|
||||
) -> None:
|
||||
addr = address
|
||||
if addr == '':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user