Storycraft: trivial comment correction
This commit is contained in:
parent
656468f955
commit
22d3ce44bf
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user