From 5a905769dce406839c04120b85a932fede839a26 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 23 Sep 2020 22:12:47 +0200 Subject: [PATCH] (Do no sort domain, to be done in other PR) --- src/yunohost/domain.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/yunohost/domain.py b/src/yunohost/domain.py index 2e46e7ab8..b3143e053 100644 --- a/src/yunohost/domain.py +++ b/src/yunohost/domain.py @@ -61,7 +61,6 @@ def domain_list(exclude_subdomains=False): continue result_list.append(domain) - result_list.sort() return { 'domains': result_list, 'default': _get_maindomain()