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 7799f0af94
commit 728e4fa401

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 = []