Add TODO note about improvement to locator.py

This commit is contained in:
Arne Schlüter 2015-01-18 21:05:54 +01:00
commit 430dda0cc6

View file

@ -18,6 +18,8 @@ for article in articles:
locations = get_geoloc(query)
# TODO: Only insert matches that have a higher confidence than current
# ones
for location in locations:
location["article"] = article
location["match"] = query