From 09b21a97404282ff016a34a6ef2a516ec3688f2a Mon Sep 17 00:00:00 2001 From: root Date: Fri, 11 Nov 2022 15:07:48 +0300 Subject: [PATCH] =?UTF-8?q?=09=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE:=20=20=20=20=20=20pym/update/variables/update.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/variables/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index 2ee4cf1..bb0ba3e 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -1704,7 +1704,7 @@ class VariableClUpdateBinhostChoice(Variable): self.help = _("Url to download binary packages from") def choice(self): - return self.Get("cl_update_binhost_list") + return self.Get("cl_update_binhost_list") + ['auto'] class VariableClUpdateNewBinhost(Variable):