summaryrefslogtreecommitdiff
path: root/dashboard_website/router.py
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2024-11-16 08:44:21 -0500
committerAnson Bridges <bridges.anson@gmail.com>2024-11-16 08:44:21 -0500
commit577466206addb1e03cf92b3dd5fec14abc125627 (patch)
treec60256f14ee10a4fd69e27749a946758a7c9aee2 /dashboard_website/router.py
parentb060c45411c9a6c6cdf9bb414cdfaf50659e7e1d (diff)
kazakhstan
Diffstat (limited to 'dashboard_website/router.py')
-rw-r--r--dashboard_website/router.py1
1 files changed, 1 insertions, 0 deletions
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 = []