From 3fe089dbfb3dd85c2d7d9b583faedde6aa133a79 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Wed, 8 Oct 2014 09:04:48 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BD=D0=B0=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=20sync=20=D0=BF=D1=80=D0=B8=20cl-update-profile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/variables/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"