Restyle Save complete albums to the db for faster startup (#38)

This commit is contained in:
restyled-io[bot]
2022-04-21 10:25:56 +03:00
committed by GitHub
parent d98cc0547e
commit d1c83ef8b6
15 changed files with 82 additions and 76 deletions
+1 -2
View File
@@ -3,9 +3,8 @@ This file contains the Album class for interacting with
album documents in MongoDB.
"""
from app import db
from bson import ObjectId
from app.models import Album
from bson import ObjectId
convert_many = db.convert_many
convert_one = db.convert_one