jeffh / YACS

The useable online course scheduler.
http://yacs.me/
MIT License
25 stars 18 forks source link

YACS should fetch months in the next year #84

Open jeffh opened 9 years ago

jeffh commented 9 years ago

It seems like this code: https://github.com/jeffh/YACS/blob/c7921b171ee5127f5c1b0e166213aa7ea0eea418/courses/bridge/rpi.py#L309-L316

Doesn't properly fetch if the semester wraps to the next year:

(Using semester 2015-09 should produce the url of next year).

This prevents YACS from automatically see the new semester.

jeffh commented 9 years ago

Update: YACS server seems to hang when it attempts to repeat import of the current semester information...