Skip to content

Commit

Permalink
Update scraper to add S24 classes
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmsmith committed Feb 11, 2024
1 parent 76fc417 commit 7191e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/scrape.rake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enrollment_appointments_map = T.let(
"2020" => "lib/scrapedata/enrollment_appointments/Fall 2020-Spring 2021.html",
"2021" => "lib/scrapedata/enrollment_appointments/Fall 2021-Spring 2022.html",
"2022" => "lib/scrapedata/enrollment_appointments/Fall 2022-Spring 2023.html",
"2023" => "lib/scrapedata/enrollment_appointments/Fall 2023-Winter 2024.html",
"2023" => "lib/scrapedata/enrollment_appointments/Fall 2023-Spring 2024.html",
},
T::Hash[String, String],
)
Expand Down

0 comments on commit 7191e89

Please sign in to comment.