Skip to content
This repository has been archived by the owner on Oct 14, 2018. It is now read-only.

Commit

Permalink
Fix the initial setting of the team scores to 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed May 13, 2012
1 parent 09a1e30 commit 8d5904c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/teams.py
Expand Up @@ -33,8 +33,8 @@
for x in teams:
r.set("org.srobo.teams." + str(x["number"]) + ".tla", x["tla"])
r.set("org.srobo.teams." + str(x["number"]) + ".org_name", x["real-name"])
r.set("org.srobo.score.teams." + str(x["tla"]), 0)
r.set("org.srobo.scores.teams." + str(x["tla"]), 0)

if len(sys.argv) == 4 and sys.argv[1] == "robotname":
tla = sys.argv[2]
description = sys.argv[3]
Expand Down

0 comments on commit 8d5904c

Please sign in to comment.