Skip to content

Commit

Permalink
Merge branch 'meets' of https://github.com/sipb/hydrant into meets
Browse files Browse the repository at this point in the history
  • Loading branch information
dtemkin1 committed Dec 16, 2024
2 parents 05d7034 + 69763c8 commit c9e4f7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrapers/fireroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ def get_course_data(courses, course, term):
# Get quarter info if available
raw_class.update(parse_quarter_info(course))

raw_class.update(parse_quarter_info(course))

raw_class.update(
{
"description": course.get("description", ""),
Expand Down

0 comments on commit c9e4f7d

Please sign in to comment.