mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
meh
This commit is contained in:
parent
d3418479a2
commit
127b6121d1
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@ from importlib import import_module
|
|||
from logging import getLogger
|
||||
|
||||
from moulinette import m18n, Moulinette
|
||||
from moulinette.utils import log
|
||||
from moulinette.utils.filesystem import (
|
||||
read_json,
|
||||
write_to_json,
|
||||
|
|
|
@ -66,7 +66,7 @@ def _get_portal_settings(domain: Union[str, None] = None):
|
|||
"portal_logo": "",
|
||||
"portal_theme": "system",
|
||||
"portal_title": "YunoHost",
|
||||
"show_other_domains_apps": false,
|
||||
"show_other_domains_apps": False,
|
||||
"domain": domain,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue