port is not required
This commit is contained in:
parent
699536fd78
commit
4b9b093cfe
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Client:
|
|||
def __init__(
|
||||
self,
|
||||
host:str,
|
||||
port:int,
|
||||
port:int = 25565,
|
||||
options:dict = None,
|
||||
username:Optional[str] = None,
|
||||
password:Optional[str] = None,
|
||||
|
|
Loading…
Reference in a new issue