summaryrefslogtreecommitdiff
path: root/dashboard_website/db.py
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2023-11-15 21:56:14 -0500
committerAnson Bridges <bridges.anson@gmail.com>2023-11-15 21:56:14 -0500
commit0e869e1142607dfe9069096fd144ac84b2c29974 (patch)
treef576c59a4932953c400c3f2b0c4c825bccf2a1e3 /dashboard_website/db.py
parent2cd66acd8ccd81fbdc5e0d8ed71ef28e9c0ad1a7 (diff)
fixes for ethan
Diffstat (limited to 'dashboard_website/db.py')
-rw-r--r--dashboard_website/db.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard_website/db.py b/dashboard_website/db.py
index d4b0186..6a638e7 100644
--- a/dashboard_website/db.py
+++ b/dashboard_website/db.py
@@ -171,6 +171,7 @@ def visitClueTeam(team_name, clue_name):
for bike in bikes:
if bike.name == team_name:
b = bike
+ break
else:
return 4 # team not found
c = None