Browse Source

Update docstring

pull/20/head
Richard Neumann 2 years ago
parent
commit
f7a67a9ac1
  1. 2
      rcon/client.py

2
rcon/client.py

@ -14,7 +14,7 @@ class BaseClient:
timeout: float | None = None,
passwd: str | None = None
):
"""Initialize the base client with the SOCK_STREAM socket type."""
"""Initialize the base client."""
self._socket = socket(type=self._socket_type)
self.host = host
self.port = port

Loading…
Cancel
Save