Storycraft: fix progress math

This commit is contained in:
Brian S. Stephan 2011-01-09 22:36:56 -06:00
parent 10cbe1944f
commit 8f86b7484a
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ class Storycraft(Module):
if game.round_mode == 1:
lines = self._get_lines_for_game(game.id)
num_lines = len(lines)
num_lines = len(lines)-1
progress = '(lines: {0:d}/{1:d}'.format(num_lines, game.game_length)