mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
commit
0888d87745
1 changed files with 1 additions and 2 deletions
|
@ -1204,8 +1204,7 @@ def app_setting(app, key, value=None, delete=False):
|
|||
|
||||
# GET
|
||||
if value is None and not delete:
|
||||
# FIXME FIXME FIXME : what about the main url ...?
|
||||
return ','.join(permission['additional_urls']) if permission else None
|
||||
return ','.join(permission['uris'] + permission['additional_urls']) if permission else None
|
||||
|
||||
# DELETE
|
||||
if delete:
|
||||
|
|
Loading…
Add table
Reference in a new issue