Skip to content

Commit

Permalink
Update Client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed Apr 24, 2024
1 parent e908fd4 commit 0577ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/kh1/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def on_package(self, cmd: str, args: dict):
+ str(locationID))
f.close()

def on_deathlink(self, data: typing.Dict[str, typing.Any]):
def on_deathlink(self, data: dict[str, object]):
self.last_death_link = max(data["time"], self.last_death_link)
text = data.get("cause", "")
if text:
Expand Down

0 comments on commit 0577ff9

Please sign in to comment.