mattlisiv / newsapi-python

A Python Client for News API
MIT License
375 stars 130 forks source link

Trying to use qInTitle and getting error #66

Closed dancook993 closed 3 years ago

dancook993 commented 3 years ago

I am trying to use qInTitle when using get_everything and am getting the following error: get_everything() got an unexpected keyword argument 'qInTitle'

Is the required argument slightly different?

dancook993 commented 3 years ago

In case anyone else runs into this issue, just needs 'qintitle' instead.