Skip to content

Commit

Permalink
add sp24 + fa23 grades
Browse files Browse the repository at this point in the history
  • Loading branch information
knightron0 authored Jun 30, 2024
2 parents 8b838bd + 059c46b commit 6072529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

print("into download.py")
semesters = ["Fall 2024", "Spring 2024", "Fall 2023", "Spring 2023", "Fall 2022", "Spring 2022", "Fall 2021", "Spring 2021", "Fall 2020", "Spring 2020", "Fall 2019"]
grade_semesters = ["f21", "s22", "f22", "s23"]
grade_semesters = ["f21", "s22", "f22", "s23", "f23", "s24"]

parser = argparse.ArgumentParser(description="scrape or download before running harmonize")
parser.add_argument("--scrape", action='store_true', dest='scrape')
Expand Down

0 comments on commit 6072529

Please sign in to comment.