mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Working towards the overhaul of the collections system.
This commit is contained in:
4
src/frontend/lib/FastAPIServer.py
vendored
4
src/frontend/lib/FastAPIServer.py
vendored
@@ -79,10 +79,6 @@ def books_tojson(obj) -> dumps:
|
||||
"identifier": convert_none(book[0].identifier),
|
||||
"publisher": convert_none(book[0].publisher),
|
||||
})
|
||||
# compressed = gzip.compress(dumps(_books).encode("utf-8"))
|
||||
# compressed = gzip.compress(dumps(_books).encode())
|
||||
# breakpoint()
|
||||
# return dumps(_books)
|
||||
return _books
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user