diff --git a/geoparser.py b/geoparser.py index 5102985..c263924 100755 --- a/geoparser.py +++ b/geoparser.py @@ -38,6 +38,7 @@ def logparse(logpath): HASH = Geohash.encode(INFO['latitude'], INFO['longitude']) # NOQA IPS['count'] = 1 IPS['geohash'] = HASH + print(IPS) def main():