Update party.py

This commit is contained in:
Vishal 2023-12-16 22:47:29 +05:30 committed by GitHub
parent e8d2437a9b
commit e237a3755f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 == '':