Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 29, 2023
1 parent 9855f97 commit ba4fc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lvmpwi/actor/commands/mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ async def offset(command: Command, pwi: PWI4, **kwargs):
command.warning(text='Timed out applying offset.')

status = await statusPWI(pwi, command.actor.statusLock)
return command.finish(/
return command.finish(
is_tracking=status.mount.is_tracking,
is_connected=status.mount.is_connected,
is_slewing=status.mount.is_slewing,
Expand Down

0 comments on commit ba4fc5e

Please sign in to comment.