summaryrefslogtreecommitdiff
path: root/server/szurubooru/search/executor.py
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2017-10-01 21:46:53 +0200
committerrr- <rr-@sakuya.pl>2017-10-01 21:48:00 +0200
commit1c4c5c5f91dbce7234796daddbb74923638659e7 (patch)
tree1e621ec97c8455613303df066e4d74612f6f1dd0 /server/szurubooru/search/executor.py
parent253e28c1b5e6757057c0dd36a11fd5063e07ff79 (diff)
remove tags.json
Diffstat (limited to 'server/szurubooru/search/executor.py')
-rw-r--r--server/szurubooru/search/executor.py2
1 files changed, 1 insertions, 1 deletions
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(