diff --git a/helpers/servers.py b/helpers/servers.py index f86dae7..ef26b32 100644 --- a/helpers/servers.py +++ b/helpers/servers.py @@ -231,10 +231,10 @@ class Prereqs: @dataclass(slots=True) -""" -The gameport field is manipulated by the RowType.CONN_BY_IP method -""" class Record: + """ + The gameport field is manipulated by the RowType.CONN_BY_IP method + """ ip: str gameport: int qport: int