Browse Source

Fix missing default value for edf

async v1.1.4
Gabriel Huber 5 years ago
parent
commit
80b2d690b1
  1. 2
      a2s/info.py
  2. 2
      setup.py

2
a2s/info.py

@ -62,7 +62,7 @@ class SourceInfo(metaclass=DataclsMeta):
# Optional:
"""Extra data field, used to indicate if extra values are
included in the response"""
edf: int
edf: int = 0
"""Port of the game server."""
port: int

2
setup.py

@ -7,7 +7,7 @@ with open("README.md", "r") as readme:
setuptools.setup(
name="python-a2s",
version="1.1.3",
version="1.1.4",
author="Gabriel Huber",
author_email="[email protected]",
description="Query Source and GoldSource servers for name, map, players and more.",

Loading…
Cancel
Save