mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove unused variable (pyflake)
This commit is contained in:
parent
f43750b4d6
commit
8bd130dc86
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue