mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] double return prevent new code from working
This commit is contained in:
parent
6c75aa0074
commit
0c977d8c70
1 changed files with 0 additions and 2 deletions
|
@ -75,8 +75,6 @@ def domain_list(exclude_subdomains=False):
|
|||
|
||||
result_list = sorted(result_list, cmp_domain)
|
||||
|
||||
return {'domains': result_list}
|
||||
|
||||
return {
|
||||
'domains': result_list,
|
||||
'main': _get_maindomain()
|
||||
|
|
Loading…
Add table
Reference in a new issue