Skip to content

Commit

Permalink
change start time vars
Browse files Browse the repository at this point in the history
  • Loading branch information
theawes0megamer committed Apr 28, 2024
1 parent 5b85921 commit d3a05c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_gpsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def update_mph():

def start_timer(): # Start the 0-60 MPH timer
global start_time
if mph > 2 and mph < 3 and not start_time:
if mph > 2 and mph < 4 and not start_time:
start_time = time.time()
update_timer()

Expand Down

0 comments on commit d3a05c8

Please sign in to comment.