Storycraft: trivial comment correction

This commit is contained in:
Brian S. Stephan 2011-01-09 10:38:25 -06:00
parent 656468f955
commit 22d3ce44bf
1 changed files with 1 additions and 1 deletions

View File

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