Skip to content

Commit

Permalink
Import script for Ashford (2024-07-04) (closes #7146)
Browse files Browse the repository at this point in the history
  • Loading branch information
polling-bot-4000 authored and awdem committed May 29, 2024
1 parent 84d1516 commit c9af1fe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
class Command(BaseXpressDemocracyClubCsvImporter):
council_id = "ASF"
addresses_name = (
"2024-05-02/2024-03-07T15:29:47.505297/Democracy_Club__02May2024.tsv"
"2024-07-04/2024-05-28T16:12:28.601885/Democracy_Club__04July2024.tsv"
)
stations_name = (
"2024-05-02/2024-03-07T15:29:47.505297/Democracy_Club__02May2024.tsv"
"2024-07-04/2024-05-28T16:12:28.601885/Democracy_Club__04July2024.tsv"
)
elections = ["2024-05-02"]
elections = ["2024-07-04"]
csv_delimiter = "\t"

# Below warnings checked and no correction needed:
Expand Down

0 comments on commit c9af1fe

Please sign in to comment.