Untested Ormar and FastAPI update

This commit is contained in:
Mawoka
2025-05-20 12:12:06 +02:00
parent 2bfd73412d
commit 03e85f8586
31 changed files with 719 additions and 694 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ async def import_quiz(quiz_id: str, user: User) -> Quiz | int:
answers=answers,
time=str(q.time / 1000),
image=image,
).dict()
).model_dump()
)
cover = None
if quiz.kahoot.cover != "" and quiz.kahoot.cover is not None: