[mod] remove unused variable (pyflake)

This commit is contained in:
Laurent Peuch 2016-12-05 18:35:47 +01:00
parent f43750b4d6
commit 8bd130dc86

View file

@ -995,7 +995,6 @@ def app_ssowatconf(auth):
redirected_regex = { main_domain +'/yunohost[\/]?$': 'https://'+ main_domain +'/yunohost/sso/' } redirected_regex = { main_domain +'/yunohost[\/]?$': 'https://'+ main_domain +'/yunohost/sso/' }
redirected_urls ={} redirected_urls ={}
apps = {}
try: try:
apps_list = app_list()['apps'] apps_list = app_list()['apps']
except: except: