typo in times

pull/145/head
alanbjohnston 4 years ago committed by GitHub
parent 6e65e5bd84
commit dc3c6f637c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,8 @@ while (True):
lat = float(telem_json['entries'][0]['lat'])
lon = float(telem_json['entries'][0]['lng'])
telem_string = telem_json['entries'][0]['comment']
times = int(telem_json['timestamp'])
times = int(telem_json['entries'][0]['time'])
print(lat)
print(lon)

Loading…
Cancel
Save

Powered by TurnKey Linux.