diff --git a/print-battleground-state-changes b/print-battleground-state-changes index 39f45dcae7..2bc7696027 100755 --- a/print-battleground-state-changes +++ b/print-battleground-state-changes @@ -197,6 +197,7 @@ def html_summary(summary: IterationSummary): {summary.vote_differential:,} {summary.votes_remaining:,} {summary.new_votes:7,} + {summary.precincts_reporting/summary.precincts_total:.1%} ''' if (summary.leading_candidate_partition): @@ -219,7 +220,6 @@ def html_summary(summary: IterationSummary): html += 'N/A' html += f''' - {summary.precincts_reporting/summary.precincts_total:.1%} {summary.trailing_candidate_name} needs {summary.hurdle:.2%} [{summary.hurdle_change:.3%}] '''