diff --git a/combo/apps/lingo/models.py b/combo/apps/lingo/models.py index 615cf6d7..74799be6 100644 --- a/combo/apps/lingo/models.py +++ b/combo/apps/lingo/models.py @@ -109,6 +109,7 @@ class Regie(models.Model): if items.get('data'): return [build_remote_item(item, self) for item in items.get('data')] return [] + return [] def download_item(self, request, item_id): """