Skip to content

Commit

Permalink
add save tokens call
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Aug 20, 2024
1 parent 2d8a394 commit 2ed686f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evohomeasync2/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ async def cli(
)

await evo.login()
await token_manager.save_access_token(evo) # TODO: remove


@cli.command()
Expand Down

0 comments on commit 2ed686f

Please sign in to comment.