Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/Scraper/MyPurdueScraper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ private record SectionListInfo
// but are still found in section listings
{ "Dual Campus Campus", "TDC" },
{ "Concurrent Credit Campus", "CC" },
{ "Indiana Univ Indianapolis Campus", "IUI" },
};

// The loss of authenticated APIs removed our source of information for
Expand Down Expand Up @@ -680,4 +681,4 @@ private record SectionListInfo
return null;
}
}
}
}