morinted / schedule-generator

A schedule generator for the University of Ottawa written in Java, using OCSF.
63 stars 19 forks source link

Searching for any ELG courses returns nothing #36

Closed Abhay97 closed 5 years ago

Abhay97 commented 5 years ago

csi also does not show up.

davidschlachter commented 5 years ago

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 5 years ago

cheers! glad it was a quick fix.

davidschlachter commented 5 years ago

Thanks again for reporting, the courses should all be there now.