Auto-update: Wed Sep 25 17:09:34 PDT 2024

This commit is contained in:
sanj 2024-09-25 17:09:34 -07:00
parent 366b4978a5
commit a0c0f6c894

View file

@ -510,6 +510,7 @@ async def post_locate_endpoint(locations: Union[Location, List[Location]]):
}
l.debug(f"Location received for processing: {lcn}")
# This will geocode locations before inserting them to the database... this can take a very long time!
geocoded_locations = await GEO.code(locations)
responses = []