Searching for any ELG courses returns nothing
Abhay97 opened this issue · 4 comments
Abhay97 commented
Searching for any ELG courses returns nothing
Abhay97 commented
csi also does not show up.
davidschlachter commented
This was due to regex error in the new course download script updateDatabase.py
that limited subject codes to nine subjects per letter of the alphabet. I've just changed \d"
to \d+"
on line 51 and am scraping new timetables now. This should be fixed in a few hours and I'll close the issue when the new timetables are in place.
(Just for reference, the schedules are automatically updated every four days and archived to https://schlachter.ca/schedgen/archive/ )
Abhay97 commented
cheers! glad it was a quick fix.
davidschlachter commented
Thanks again for reporting, the courses should all be there now.