From a087583f90164dc6ec2953b063803f4ec53cd592 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Sun, 13 Nov 2022 15:30:34 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/db/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db.py b/src/db/db.py index 4cac362..75ed72a 100644 --- a/src/db/db.py +++ b/src/db/db.py @@ -48,7 +48,7 @@ class BaseSQL: return result -class SQLite(Base): +class SQLite(BaseSQL): def __init__(self): super().__init__() self.conn = operator.connect('./src/db/data.sqlite')