From a3e3ecebe52a85b2f667b1d05de9b4d5ce23439e Mon Sep 17 00:00:00 2001 From: suhas Date: Thu, 16 Nov 2023 23:28:30 -0600 Subject: actual final db issues fix hopefully --- components/AnswerModal.py | 2 +- components/__pycache__/AnswerModal.cpython-311.pyc | Bin 10307 -> 10279 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'components') 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 Binary files a/components/__pycache__/AnswerModal.cpython-311.pyc and b/components/__pycache__/AnswerModal.cpython-311.pyc differ -- cgit 1.4.1-2-gfad0