Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abmantis committed Jan 6, 2025
1 parent 379ebdb commit 005c5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whirlpool/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,6 @@ async def get_account_id(self) -> str | None:
data = await r.json()
self._auth_dict["accountId"] = data["accountId"]
return self._auth_dict["accountId"]

def get_said_list(self):
return self._auth_dict.get("SAID", None)

0 comments on commit 005c5a6

Please sign in to comment.