Skip to content

Commit

Permalink
parsing: added (hardcode) 2018 to hopkins parser (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnm364 authored and noahpresler committed Oct 27, 2017
1 parent 8aaa40d commit 889f649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsing/schools/jhu/courses.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def start(self,
self.verbosity = verbosity

# Default to hardcoded current year.
years = {'2017', '2016', '2015'}
years = {'2018', '2017', '2016', '2015'}
terms = {'Spring', 'Fall', 'Summer', 'Intersession'}

years_and_terms = dict_filter_by_dict(
Expand Down

0 comments on commit 889f649

Please sign in to comment.