Skip to content

Commit

Permalink
fix: set accounts to member variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L committed Feb 8, 2023
1 parent 7ae4a6c commit 9cb81f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/southern_company_api/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,5 @@ async def get_accounts(self) -> List[Account]:
company=COMPANY_MAP.get(account["Company"], Company.GPC),
)
)
self.accounts = accounts
return accounts

0 comments on commit 9cb81f8

Please sign in to comment.