This commit is contained in:
2021-09-14 10:34:33 +02:00
parent 3977685915
commit 4a54190b00

View File

@ -1,4 +1,3 @@
from logging import error
from db import dbGetMany
from loguru import logger
@ -6,7 +5,7 @@ errorCnt = 0
def perform(dbh, params):
global errorCnt
# checkTenant(dbh, params)
checkTenant(dbh, params)
checkFlats(dbh, params)
checkParkings(dbh, params)
checkCommercialPremise(dbh, params)