change some code in logparse func

This commit is contained in:
Alexey 2018-10-08 18:14:52 +03:00
parent d75bd2bd88
commit 82844733ff

View file

@ -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():