Skip to content

Commit

Permalink
fix console accs not working
Browse files Browse the repository at this point in the history
ffs
  • Loading branch information
CNDRD committed Sep 24, 2023
1 parent f94e182 commit b69bc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siegeapi/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class Player:
def __init__(self, auth: aiohttp.ClientSession(), data: dict):

self.id: str = data.get("profileId")
self.id: str = data.get("userId")

self._auth: aiohttp.ClientSession() = auth
self._platform: str = data.get("platformType")
Expand Down

0 comments on commit b69bc41

Please sign in to comment.