diff options
| author | rr- <rr-@sakuya.pl> | 2017-10-01 21:46:53 +0200 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2017-10-01 21:48:00 +0200 |
| commit | 1c4c5c5f91dbce7234796daddbb74923638659e7 (patch) | |
| tree | 1e621ec97c8455613303df066e4d74612f6f1dd0 /server/szurubooru/search/executor.py | |
| parent | 253e28c1b5e6757057c0dd36a11fd5063e07ff79 (diff) | |
remove tags.json
Diffstat (limited to 'server/szurubooru/search/executor.py')
| -rw-r--r-- | server/szurubooru/search/executor.py | 2 |
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( |