mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixed minor bugs
This commit is contained in:
parent
ddd4aa479b
commit
8c7f5f8fb1
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ async def model_engine(body: PlanTriggerRequest):
|
|||
epc_searcher.ordnance_survey_client.property_type = addr.property_type
|
||||
# For the moment, our OS API access is unavailable, so we skip and interpolate
|
||||
|
||||
epc_searcher.find_property(skip_os=True, api_data=epc_api_data, overwrite_sap05=True)
|
||||
epc_searcher.find_property(skip_os=True, api_data=None, overwrite_sap05=True)
|
||||
epc_searcher.set_uprn_source(file_format=body.file_format)
|
||||
|
||||
lookup_key = (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue