Damn you CI

This commit is contained in:
Era 2023-10-24 15:27:35 +03:30
parent 0e808871b4
commit e0052db619
No known key found for this signature in database
GPG Key ID: B2DB3D0A54D17FD5

View File

@ -807,7 +807,7 @@ class Session:
activity.add_player(sessionplayer)
return sessionplayer
def _remove_player_from_waitlist(self, identifier) -> None:
def _remove_player_from_waitlist(self, identifier: str) -> None:
try:
self._players_on_wait.pop(identifier)
except KeyError: