diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 79857f07..8e67e503 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -198,7 +198,7 @@ def app_list(offset=None, limit=None, filter=None, raw=False, installed=False, w app_dict[app]['repository'] = None # ??? - if not (len(app_dict) > (0 + offset) and limit > 0): + if not (len(app_dict) > offset and limit > 0): return {'apps': list_dict} if not raw else list_dict # Sort app list