diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/AnswerModal.py | 2 | ||||
-rw-r--r-- | components/__pycache__/AnswerModal.cpython-311.pyc | bin | 10307 -> 10279 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/components/AnswerModal.py b/components/AnswerModal.py index e5b394c..f53a344 100644 --- a/components/AnswerModal.py +++ b/components/AnswerModal.py @@ -22,7 +22,7 @@ class Answer(Modal, title="Submit Answer"): async def on_submit(self, interaction: Interaction) -> None: c = AsyncClient() - db = Prisma(auto_register=True) + db = Prisma() answer_check_resp = await c.get( "https://qbreader.org/api/check-answer", params={ diff --git a/components/__pycache__/AnswerModal.cpython-311.pyc b/components/__pycache__/AnswerModal.cpython-311.pyc index 1640197..b969caa 100644 --- a/components/__pycache__/AnswerModal.cpython-311.pyc +++ b/components/__pycache__/AnswerModal.cpython-311.pyc Binary files differ |