We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0010c1 commit ce9406aCopy full SHA for ce9406a
opengsq/protocols/quake3.py
@@ -16,7 +16,7 @@ def __init__(self, address: str, query_port: int, timeout: float = 5.0):
16
17
async def get_info(self, strip_color = True) -> dict:
18
"""This returns server information only."""
19
- response_data = await self._connect_and_send(b'getinfo')
+ response_data = await self._connect_and_send(b'getinfo opengsq')
20
21
br = BinaryReader(response_data)
22
header = br.read_string(self._delimiter1)
0 commit comments