Skip to content

Commit

Permalink
Update palworld.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Feb 8, 2024
1 parent 27b44ec commit cd58ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discordgsm/protocols/palworld.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ async def query(self):
raise ServerNotFoundException()

info = matchmaking.sessions[0]
attributes = dict(info.get("attributes", {}))

ping = int((time.time() - start) * 1000)

attributes = dict(info.get("attributes", {}))
settings = dict(info.get("settings", {}))

result: GamedigResult = {
Expand Down

0 comments on commit cd58ee7

Please sign in to comment.