From 1c4c5c5f91dbce7234796daddbb74923638659e7 Mon Sep 17 00:00:00 2001 From: rr- Date: Sun, 1 Oct 2017 21:46:53 +0200 Subject: remove tags.json --- server/szurubooru/search/executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/szurubooru/search/executor.py') diff --git a/server/szurubooru/search/executor.py b/server/szurubooru/search/executor.py index 0a8202c..10b34b1 100644 --- a/server/szurubooru/search/executor.py +++ b/server/szurubooru/search/executor.py @@ -134,7 +134,7 @@ class Executor: 'offset': offset, 'limit': limit, 'total': count, - 'results': [serializer(entity) for entity in entities], + 'results': list([serializer(entity) for entity in entities]), } def _prepare_db_query( -- cgit v1.3