logs lat and lon

master
Nicholas Hope 5 months ago
parent 19c1d05340
commit 404e9e1ef8
  1. 3
      analyze.py

@ -119,8 +119,9 @@ def analyze_server(server: Path) -> None:
distance = latlon_distance(self_latlon, latlon)
date, time = timethings.split(' ')[:2]
lat, lon = latlon
result += (
f'{server.name},{ip},{distance:.5f},20{date},{time},'
f'{server.name},{ip},{lat},{lon},{distance:.5f},20{date},{time},'
+ f'{localdate},{localtime},{method},"{file}"\n'
)

Loading…
Cancel
Save