diff --git a/src/server/BreCal/impl/shipcalls.py b/src/server/BreCal/impl/shipcalls.py index 8f67aa6..de60788 100644 --- a/src/server/BreCal/impl/shipcalls.py +++ b/src/server/BreCal/impl/shipcalls.py @@ -126,7 +126,6 @@ def PostShipcalls(schemaModel): # if not full_id_existances: # pooledConnection.close() # return json.dumps({"message" : "call failed. missing mandatory keywords."}), 500, {'Content-Type': 'application/json; charset=utf-8'} - commands.execute(query, schemaModel) new_id = commands.execute_scalar("select last_insert_id()")