stuff
This commit is contained in:
@@ -88,7 +88,7 @@ def activate_table(table_id):
|
||||
)
|
||||
app.logger.info(table.docker_id)
|
||||
keys[0].commit(cursor)
|
||||
table.commit(app, cursor)
|
||||
table.commit(cursor)
|
||||
cursor.close()
|
||||
db.commit()
|
||||
return jsonify(table.toJson())
|
||||
@@ -110,7 +110,7 @@ def deactivate_table(table_id):
|
||||
key.release()
|
||||
key.commit(cursor)
|
||||
|
||||
table.commit(app, cursor)
|
||||
table.commit(cursor)
|
||||
app.logger.info(table.docker_id)
|
||||
container_managment.stop_container(table.docker_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user