pittcsc / PittAPI

An API to easily get data from the University of Pittsburgh
https://pittapi.pittcsc.org
GNU General Public License v2.0
108 stars 33 forks source link

one line fix for people.py, now works properly #66

Closed dzheng256 closed 7 years ago

dzheng256 commented 7 years ago

removed the line query = query.replace(' ', '+'), this isn't necessary for the payload format and has been causing the api to return an empty list for all queries with spaces like people.get_person('daniel zheng')