fix
This commit is contained in:
parent
3977685915
commit
4a54190b00
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user