mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Wrong command name.
This commit is contained in:
parent
a37fa9ed5d
commit
d8f4d3c0ad
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ def app_list(offset=None, limit=None, filter=None, raw=False):
|
||||||
applists = app_listlists()['lists']
|
applists = app_listlists()['lists']
|
||||||
applists[0]
|
applists[0]
|
||||||
except (IOError, IndexError):
|
except (IOError, IndexError):
|
||||||
app_fetchlists()
|
app_fetchlist()
|
||||||
applists = app_listlists()['lists']
|
applists = app_listlists()['lists']
|
||||||
|
|
||||||
for applist in applists:
|
for applist in applists:
|
||||||
|
|
Loading…
Add table
Reference in a new issue