change some code in logparse func
This commit is contained in:
parent
d75bd2bd88
commit
82844733ff
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ def logparse(logpath):
|
||||||
HASH = Geohash.encode(INFO['latitude'], INFO['longitude']) # NOQA
|
HASH = Geohash.encode(INFO['latitude'], INFO['longitude']) # NOQA
|
||||||
IPS['count'] = 1
|
IPS['count'] = 1
|
||||||
IPS['geohash'] = HASH
|
IPS['geohash'] = HASH
|
||||||
|
print(IPS)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Reference in a new issue