Merge pull request #35 from neuhaus/typo

Update cli.py, typo
This commit is contained in:
Wesley Ellis 2024-12-20 09:20:05 -05:00 committed by GitHub
commit 2ac3d894c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ async def get_heart_rate_log_settings(client: Client) -> None:
)
@click.pass_obj
async def set_heart_rate_log_settings(client: Client, enable: bool, interval: int) -> None:
"""Get heart rate log settings"""
"""Set heart rate log settings"""
async with client:
click.echo("Changing heart rate log settings")