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):