mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Add TODO note about improvement to locator.py
This commit is contained in:
parent
872d7b219d
commit
430dda0cc6
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ for article in articles:
|
||||||
|
|
||||||
locations = get_geoloc(query)
|
locations = get_geoloc(query)
|
||||||
|
|
||||||
|
# TODO: Only insert matches that have a higher confidence than current
|
||||||
|
# ones
|
||||||
for location in locations:
|
for location in locations:
|
||||||
location["article"] = article
|
location["article"] = article
|
||||||
location["match"] = query
|
location["match"] = query
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue