commercial unit area and overhead stuff

This commit is contained in:
2022-01-06 23:16:34 +01:00
parent cb632e9e8e
commit 0e4fd12238
10 changed files with 138 additions and 41 deletions

View File

@ -21,7 +21,7 @@ def execDatabaseOperation(dbh, func, params):
def _opGetMany(cursor, params):
logger.warning(f"{params=}")
#logger.warning(f"{params=}")
items = []
cursor.execute(params["statement"], params["params"])
for itemObj in cursor: