summaryrefslogtreecommitdiff
path: root/dashboard_website/db.py
diff options
context:
space:
mode:
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