Nobelz / RateMyProfessorAPI

Python web scraper to get professor ratings from ratemyprofessor.com website.
Apache License 2.0
39 stars 11 forks source link

Fixed issue where professors no longer were found. #5

Closed ozeitis closed 2 years ago

ozeitis commented 2 years ago

I don't know why checks were not successful (I don't do this often as u can see haha) but I changed one line.

Nobelz commented 2 years ago

Great, it seems to be all fixed. The problem is that someone added "Bugs Bunny" as a professor for some reason, so instead of returning nothing, it was returning that professor lol. I have since fixed that problem.