From 430dda0cc6cc1105de111cb5e6ddd3cf754babf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Sun, 18 Jan 2015 21:05:54 +0100 Subject: [PATCH] Add TODO note about improvement to locator.py --- locator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locator.py b/locator.py index feaa56d..0879a73 100644 --- a/locator.py +++ b/locator.py @@ -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