This commit is contained in:
cqc
2026-01-04 11:24:11 +01:00
parent cc072e1a70
commit e42ded7f19

View File

@ -75,6 +75,7 @@ def update_location():
print('post.php', r.text)
import math
R = 6371.0
def haver_dist(coord1, coord2):
lati1 = math.radians(coord1[0])