Archived
remove: 去除了不该存在的临时调试语句
This commit is contained in:
1 file changed
-1
@@ -56,7 +56,6 @@ class SQLite(DatabaseSQL):
|
||||
self.conn = operator.connect('./src/db/data.sqlite')
|
||||
self.cursor = self.conn.cursor()
|
||||
self.target = '"%s"'
|
||||
print(self.target)
|
||||
|
||||
|
||||
class MySQL(DatabaseSQL):
|
||||
|
||||
Reference in New Issue
Block a user