Skip to content

Commit

Permalink
doctweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Aug 20, 2024
1 parent 2ed686f commit c45a868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/evohomeasync2/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async def _cleanup(
"""Close the web session and save the access token to the cache."""

await session.close()
await token_manager.save_access_token(evo)
await token_manager.save_access_token(evo) # TODO: remove when no longer needed


@click.group()
Expand Down Expand Up @@ -238,7 +238,7 @@ async def cli(
)

await evo.login()
await token_manager.save_access_token(evo) # TODO: remove
await token_manager.save_access_token(evo) # TODO: remove when no longer needed


@cli.command()
Expand Down

0 comments on commit c45a868

Please sign in to comment.