port is not required

This commit is contained in:
əlemi 2021-11-11 14:05:19 +01:00
parent 699536fd78
commit 4b9b093cfe

View file

@ -51,7 +51,7 @@ class Client:
def __init__( def __init__(
self, self,
host:str, host:str,
port:int, port:int = 25565,
options:dict = None, options:dict = None,
username:Optional[str] = None, username:Optional[str] = None,
password:Optional[str] = None, password:Optional[str] = None,