From: Michael Tremer Date: Sun, 2 Jan 2011 13:16:11 +0000 (+0100) Subject: fireinfo: Fix geo location table. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc1a5c5e99b0598371235880f50b914ebcd80a01;p=ipfire.org.git fireinfo: Fix geo location table. --- diff --git a/www/webapp/backend/stasy.py b/www/webapp/backend/stasy.py index 7c01753e..a9ce4dd2 100644 --- a/www/webapp/backend/stasy.py +++ b/www/webapp/backend/stasy.py @@ -594,7 +594,7 @@ class Stasy(object): for geo_location in self.geo_locations: geo_locations[geo_location] = \ self.query({ - "geoip.country_code" : geo_location + "geoip.country_code" : geo_location.upper() }).count() count += geo_locations[geo_location]