update: 修复了错误的语法

This commit is contained in:
RTAkland
2022-11-13 15:30:34 +08:00
parent 682a51c684
commit a087583f90
1 file changed
+1 -1
+1 -1
View File
@@ -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')