Skip to content

Commit

Permalink
Import script for Greenwich (2024-12-19) (closes #8163)
Browse files Browse the repository at this point in the history
  • Loading branch information
polling-bot-4000 authored and awdem committed Nov 20, 2024
1 parent 4326d90 commit 68ebaa3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
class Command(BaseXpressDemocracyClubCsvImporter):
council_id = "GRE"
addresses_name = (
"2024-11-14/2024-10-10T15:30:40.316715/Democracy_Club__14November2024.tsv"
"2024-12-19/2024-11-20T14:10:55.800536/Democracy_Club__19December2024.tsv"
)
stations_name = (
"2024-11-14/2024-10-10T15:30:40.316715/Democracy_Club__14November2024.tsv"
"2024-12-19/2024-11-20T14:10:55.800536/Democracy_Club__19December2024.tsv"
)
elections = ["2024-11-14"]
elections = ["2024-12-19"]
csv_encoding = "windows-1252"
csv_delimiter = "\t"

0 comments on commit 68ebaa3

Please sign in to comment.