Merge pull request #30 from titoko/dev

Update yunohost_app.py
This commit is contained in:
Alexis Gavoty 2013-12-04 13:28:06 -08:00
commit 3da8cb3537

View file

@ -692,6 +692,7 @@ def app_ssowatconf():
skipped_uri=[]
apps={}
for app in app_list()['Apps']:
if _is_installed(app['ID']):
with open(apps_setting_path + app['ID'] +'/settings.yml') as f:
app_settings = yaml.load(f)
if 'skipped_uris' in app_settings: