Working towards the overhaul of the collections system.

This commit is contained in:
th3r00t
2023-03-20 20:42:20 -04:00
parent 3e89273cbc
commit 4ec85dfd82
11 changed files with 149 additions and 52 deletions

View File

@@ -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