From 577466206addb1e03cf92b3dd5fec14abc125627 Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Sat, 16 Nov 2024 08:44:21 -0500 Subject: kazakhstan --- dashboard_website/router.py | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard_website/router.py') diff --git a/dashboard_website/router.py b/dashboard_website/router.py index 122f767..b6783a9 100644 --- a/dashboard_website/router.py +++ b/dashboard_website/router.py @@ -446,6 +446,7 @@ def __find_closest_coordinates(clues: [Clue], centroid: Point, n:int=1): :param centroid: the centroid :return: the clue in the list that is closest to the centroid """ + print(clues) # Convert the clues to a list of points closest_coordinates = [] -- cgit v1.2.3