From e63b890a1190222694d6b77f30024fba2fd9ae65 Mon Sep 17 00:00:00 2001 From: Kendall Nelson Date: Thu, 27 Sep 2018 17:00:19 -0700 Subject: [PATCH] Stein TC Election Statistics Change-Id: Ib13abf998366b81ebe0b5cfe5b253d4f5306b0c7 --- tools/tc-election-summary.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/tc-election-summary.py b/tools/tc-election-summary.py index 1db17e51..0a63fe08 100755 --- a/tools/tc-election-summary.py +++ b/tools/tc-election-summary.py @@ -77,6 +77,12 @@ data = [ 'votes_cast': 384, 'results': '%s?id=%s' % (CIVS_BASE, 'E_98430d99fc2ed59d') }, + { + 'election': '09/2018', # Stein + 'electorate': 1636, + 'votes_cast': 403, + 'results': '%s?id=%s' % (CIVS_BASE, 'E_f773fda2d0695864') + }, ]