From 8764b280703d4a1b1e9af4bd9ddbdec1273e766a Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 6 Mar 2019 02:06:31 +0000 Subject: [PATCH] Train TC Election Statistics Change-Id: Ia9c4ecaf055f37f87a35f201b4ea0a0ad037f33a --- 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 0a63fe08..1b8e4d00 100755 --- a/tools/tc-election-summary.py +++ b/tools/tc-election-summary.py @@ -83,6 +83,12 @@ data = [ 'votes_cast': 403, 'results': '%s?id=%s' % (CIVS_BASE, 'E_f773fda2d0695864') }, + { + 'election': '03/2019', # Train + 'electorate': 1390, + 'votes_cast': 279, + 'results': '%s?id=%s' % (CIVS_BASE, 'E_6c71f84caff2b37c') + }, ]