log shipcall post query

This commit is contained in:
Daniel Schick 2024-04-10 11:02:40 +02:00
parent 504e36d97b
commit dc39a62293

View File

@ -122,6 +122,7 @@ def PostShipcalls(schemaModel):
query += "?" + key + "?"
query += ")"
logging.info(query)
commands.execute(query, schemaModel)
new_id = commands.execute_scalar("select last_insert_id()")