Skip to content

Commit

Permalink
Refactor STARTING_YEAR in ActUpdaterTask to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
miskibin committed Oct 28, 2024
1 parent 865615f commit 2e7137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eli_app/db_update/update_acts.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class ActUpdaterTask(DbUpdaterTask):
MODEL = Act
DATE_FIELD_NAME = "announcementDate"
STARTING_YEAR = 2020
STARTING_YEAR = 2022
TEMP_PDF_PATH = Path("temp.pdf")

def download_and_parse_pdf(self, eli: str, max_pages=40) -> Optional[str]:
Expand Down

0 comments on commit 2e7137d

Please sign in to comment.