From de80726bf352de4d5766074d5bd37f577654732d Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Sat, 16 Nov 2024 02:23:33 -0500 Subject: test --- dashboard_website/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard_website/router.py') diff --git a/dashboard_website/router.py b/dashboard_website/router.py index 385cbae..80451f0 100644 --- a/dashboard_website/router.py +++ b/dashboard_website/router.py @@ -301,7 +301,7 @@ def __balance_waypoints( starts = [ bike.target_clue if (minimal and (bike.target_clue != None)) else bike for bike in bikes ] # all bikes regardless of enabled max_times = [ max(bike.timeTilDeadline()/3600, max_time) for bike in bikes ] time_balances = [ (max_times[i] - times[i]) for i in range(len(times))] - + print(time_balances) balanced = True for balance in time_balances: if balance < 0: -- cgit v1.2.3