From a52623b4ee0843240c7261cfeaac90563a54d279 Mon Sep 17 00:00:00 2001 From: Philip James Date: Thu, 5 Nov 2020 20:32:35 -0800 Subject: [PATCH] Actually do thing --- print-battleground-state-changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%}] '''