We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a3f54 commit af7ad31Copy full SHA for af7ad31
1 file changed
lib/utils/api.py
@@ -87,7 +87,7 @@ def disconnect(self):
87
self.connection.close()
88
89
def commit(self):
90
- self.cursor.commit()
+ self.connection.commit()
91
92
def execute(self, statement, arguments=None):
93
if arguments:
0 commit comments