did something

This commit is contained in:
iamBadgers
2026-04-01 19:20:43 -07:00
parent d71d698888
commit bc95e49269
2 changed files with 7 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ def activate_table(table_id):
keys[0].reserve(table.game_table_id)
table.active = True
table.docker_id = container_managment.start_foundry_container(
table.game_table_name, table.game_table_link
table
)
app.logger.info(table.docker_id)
keys[0].commit(cursor)