Fix app_ssowatconf

This commit is contained in:
Josué Tille 2020-04-03 22:16:28 +02:00
parent 79fb034321
commit 2b3c368470
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -1306,10 +1306,6 @@ def app_ssowatconf():
redirected_regex = {main_domain + '/yunohost[\/]?$': 'https://' + main_domain + '/yunohost/sso/'}
redirected_urls = {}
def _get_setting(settings, name):
s = settings.get(name, None)
return s.split(',') if s else []
for app in _installed_apps():
app_settings = read_yaml(APPS_SETTING_PATH + app + '/settings.yml')