Releases: mario872/sentralify
sentralify 1.2.12 - I FORGOT TO PUSH MY COMMITS
sentralify 1.2.11 - Fixing URLs
This library was completely broken for at least a couple months, just fixed it. Unfortunately, the awards are still broken, the only thing I couldn't fix as far as I know.
sentralify 1.2.10 - str --> int
Previously the amount of awards received was a str, it has now been made an int.
sentralify v1.2.9 - Unneeded print statement removed
Removed an unneeded print statement in generators.py
sentralify v1.2.8 - Fixing Awards Scraping
This release fixes crashes that would happen whenever attempting to scrape awards.
sentralify v1.2.7 - Fixing KeyErrors
Sentral must have changed something on their end again, because I'm getting a KeyError when generating my timetable. I added a little
try:
...
except KeyError:
...
And it should be fixed now.
sentralify v1.2.6 - ICS Timetable Stability(?)
Changed so that if no ICS can be downloaded, returns None.
sentralify v1.2.5 - ICS Timetables!
Added ICS timetable file scraping to Sentralify, I don't know why anyone else would use this, but I'm using it for class-forge, so have fun with the new feature!
sentralify v1.2.4
Fixed login()
not logging in successfully.
sentralify v1.2.3
This release of sentralify adds start_time_date
, end_time_date
, and is_now
to each period.