stuff
This commit is contained in:
@@ -33,10 +33,7 @@ class GameTable:
|
||||
"active": self._active,
|
||||
}
|
||||
|
||||
def commit(self, app, cursor):
|
||||
app.logger.info(self._created)
|
||||
app.logger.info(self._updated)
|
||||
app.logger.info(self._docker_id)
|
||||
def commit(self, cursor):
|
||||
if not self._created:
|
||||
cursor.execute(
|
||||
"""INSERT INTO game_tables
|
||||
|
||||
Reference in New Issue
Block a user