Skip to content

Commit

Permalink
Import script for Rugby (2024-05-02) (closes #6709)
Browse files Browse the repository at this point in the history
  • Loading branch information
polling-bot-4000 committed Mar 19, 2024
1 parent ab7fb82 commit d49e0af
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
class Command(BaseXpressDemocracyClubCsvImporter):
council_id = "RUG"
addresses_name = (
"2023-05-04/2023-03-16T14:16:14.676459/Democracy_Club__04May2023.tsv"
"2024-05-02/2024-03-19T15:58:18.755378/Democracy_Club__02May2024.tsv"
)
stations_name = (
"2023-05-04/2023-03-16T14:16:14.676459/Democracy_Club__04May2023.tsv"
"2024-05-02/2024-03-19T15:58:18.755378/Democracy_Club__02May2024.tsv"
)
elections = ["2023-05-04"]
elections = ["2024-05-02"]
csv_delimiter = "\t"

0 comments on commit d49e0af

Please sign in to comment.