Update tc-election-summary.py: reflect 2026.1 results

Reflect 2026.1 election results to tc-election-summary.py election tool

Change-Id: I6a431d7cd70461a2ac72b1a32afb8edf4bff2560
Signed-off-by: Slawek Kaplonski <skaplons@redhat.com>
This commit is contained in:
Slawek Kaplonski
2025-09-18 09:52:17 +02:00
parent cbfd6a7e65
commit 07558194ca

View File

@@ -137,6 +137,12 @@ data = [
'votes_cast': 61,
'results': '%s?id=%s' % (CIVS_BASE, 'E_079cc0f0dda5010c')
},
{
'election': '09/2025', # 2026.1 Gazpacho
'electorate': 171,
'votes_cast': 78,
'results': '%s?id=%s' % (CIVS_BASE, 'E_6cede1084d4586eb')
},
]