Skip to content

Commit

Permalink
Fix missing put() in Hunt.py
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
  • Loading branch information
stefanha committed Aug 7, 2011
1 parent 36a228b commit 4ca1b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Hunt.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def start(self):
"""Start the hunt! Set up the clues and send the first clue to
each team."""
self.started = datetime.now()
self.put()
self.setup_clues()
for t in self.teams:
t.send_clue('First clue: ')
Expand Down

0 comments on commit 4ca1b96

Please sign in to comment.