close, but more
This commit is contained in:
@@ -103,9 +103,9 @@ def deactivate_table(table_id):
|
||||
table.active = False
|
||||
if key != None:
|
||||
key.release()
|
||||
key.commit(cursor)
|
||||
|
||||
table.commit(cursor)
|
||||
key.commit(cursor)
|
||||
cursor.close()
|
||||
db.commit()
|
||||
return jsonify(table.toJson())
|
||||
|
||||
Reference in New Issue
Block a user