Archived
update: 修复了错误的语法
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user