mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
commit
3da8cb3537
1 changed files with 6 additions and 5 deletions
|
@ -692,6 +692,7 @@ def app_ssowatconf():
|
||||||
skipped_uri=[]
|
skipped_uri=[]
|
||||||
apps={}
|
apps={}
|
||||||
for app in app_list()['Apps']:
|
for app in app_list()['Apps']:
|
||||||
|
if _is_installed(app['ID']):
|
||||||
with open(apps_setting_path + app['ID'] +'/settings.yml') as f:
|
with open(apps_setting_path + app['ID'] +'/settings.yml') as f:
|
||||||
app_settings = yaml.load(f)
|
app_settings = yaml.load(f)
|
||||||
if 'skipped_uris' in app_settings:
|
if 'skipped_uris' in app_settings:
|
||||||
|
|
Loading…
Reference in a new issue