From e42ded7f193f177a8e66d1eb1fad23cc3b2167b4 Mon Sep 17 00:00:00 2001 From: cqc Date: Sun, 4 Jan 2026 11:24:11 +0100 Subject: [PATCH] bearing4 --- minimap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/minimap.py b/minimap.py index 571c4b4..fae6a87 100644 --- a/minimap.py +++ b/minimap.py @@ -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])