diff --git a/python/lvmpwi/actor/commands/mount.py b/python/lvmpwi/actor/commands/mount.py index eb8b759..814ded5 100644 --- a/python/lvmpwi/actor/commands/mount.py +++ b/python/lvmpwi/actor/commands/mount.py @@ -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,