Storycraft: trivial comment correction

This commit is contained in:
Brian S. Stephan 2011-01-09 10:38:25 -06:00
parent 656468f955
commit 22d3ce44bf

View File

@ -352,7 +352,7 @@ class Storycraft(Module):
# retrieve the game # retrieve the game
game = self._get_game_details(game_id) game = self._get_game_details(game_id)
if game: if game:
# check that the game is open # check that the game is in progress
if 'IN PROGRESS' == game.status: if 'IN PROGRESS' == game.status:
# get the most recent line # get the most recent line
lines = self._get_lines_for_game(game_id) lines = self._get_lines_for_game(game_id)