Auto-update: Wed Sep 25 17:09:34 PDT 2024
This commit is contained in:
parent
7799f0af94
commit
728e4fa401
1 changed files with 1 additions and 0 deletions
|
@ -510,6 +510,7 @@ async def post_locate_endpoint(locations: Union[Location, List[Location]]):
|
||||||
}
|
}
|
||||||
l.debug(f"Location received for processing: {lcn}")
|
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)
|
geocoded_locations = await GEO.code(locations)
|
||||||
|
|
||||||
responses = []
|
responses = []
|
||||||
|
|
Loading…
Reference in a new issue