Fix bug in teams status (was fixed long ago)

This commit is contained in:
2025-10-04 13:51:26 +10:00
parent 612d322c4f
commit 8b234b8322

View File

@@ -234,7 +234,7 @@ def build_message(distance, start_loc, end_loc):
message = "On leave"
if distance > 13144:
message += f", driving my EV back from WA"
if distance > 2118:
elif distance > 2118:
message += f", driving my EV around WA"
elif distance > 0:
message += f", driving my EV to WA"