From 005c5a6e24a1ef74f34707e49c7d4a601d2d488b Mon Sep 17 00:00:00 2001 From: abmantis Date: Mon, 6 Jan 2025 13:05:06 +0000 Subject: [PATCH] Lint --- whirlpool/auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/whirlpool/auth.py b/whirlpool/auth.py index 89e2361..1562695 100644 --- a/whirlpool/auth.py +++ b/whirlpool/auth.py @@ -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)