diff --git a/pym/update/variables/action.py b/pym/update/variables/action.py index 8e2de8e..799b1f3 100644 --- a/pym/update/variables/action.py +++ b/pym/update/variables/action.py @@ -29,6 +29,6 @@ class VariableAcUpdateSync(ReadonlyVariable): """ def get(self): action = self.Get("cl_action") - if action in ("sync",): + if action in ("sync", 'update_profile'): return "on" return "off"