Update transmit.py make index int

master-b-dt
Alan Johnston 1 month ago committed by GitHub
parent 8fc5d62437
commit d9eb34fef2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.