Skip to content

Commit

Permalink
FIX: Fix getting source info
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriharu committed Jul 30, 2024
1 parent 503465a commit d522963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rei/checkers/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ async def check(self) -> Union[Response[Error], Response[SourceServerResponse]]:
ping=info.ping
),
details=SourceServerDetails(
**info.__dict__, players=players, rules=rules
**dict(info), players=players, rules=rules
)
)

0 comments on commit d522963

Please sign in to comment.