mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove unused variable
This commit is contained in:
parent
ebc92d4739
commit
930b8378a1
1 changed files with 0 additions and 3 deletions
|
@ -590,9 +590,6 @@ def app_upgrade(app=[], url=None, file=None):
|
||||||
from yunohost.hook import hook_add, hook_remove, hook_exec, hook_callback
|
from yunohost.hook import hook_add, hook_remove, hook_exec, hook_callback
|
||||||
from yunohost.permission import permission_sync_to_user
|
from yunohost.permission import permission_sync_to_user
|
||||||
|
|
||||||
# Retrieve interface
|
|
||||||
is_api = msettings.get('interface') == 'api'
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
app_list()
|
app_list()
|
||||||
except YunohostError:
|
except YunohostError:
|
||||||
|
|
Loading…
Add table
Reference in a new issue