From d9eb34fef2d6356185e56807ce1e71a7bda5dfbd Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 18 Jun 2026 15:39:53 -0400 Subject: [PATCH] Update transmit.py make index int --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 8b70a3c6..053fa491 100644 --- a/transmit.py +++ b/transmit.py @@ -1149,7 +1149,7 @@ if __name__ == "__main__": # Map the "time from start" to the "relative time index" used in the table relative_time_index = PASS_START_TIME + TIME_FROM_START - index = 10/10 + index = int(10/10) try: # Navigate the dictionary structure