From d44e11de199fd1d9ae438f9324ec2952a07edbeb Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Wed, 2 Oct 2013 11:46:13 +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=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D0=BE?= =?UTF-8?q?=D0=B9=20ac=5Fupdate=5Fsync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/variables/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/variables/action.py b/update/variables/action.py index 2db4304..8e2de8e 100644 --- a/update/variables/action.py +++ b/update/variables/action.py @@ -31,4 +31,4 @@ class VariableAcUpdateSync(ReadonlyVariable): action = self.Get("cl_action") if action in ("sync",): return "on" - return "" + return "off"