Skip to content

Commit 233d8bf

Browse files
committed
Updated due to account_id to id change
1 parent 6f3375b commit 233d8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async def main() -> None:
4444
api = await login(EMAIL, PASSWORD, websession)
4545

4646
for account in api.accounts.values():
47-
print(f"Account ID: {account.account_id}")
47+
print(f"Account ID: {account.id}")
4848
print(f"Account Name: {account.name}")
4949

5050
# Get all devices listed with this account – note that you can use

0 commit comments

Comments
 (0)