py-web-search icon indicating copy to clipboard operation
py-web-search copied to clipboard

TypeError: __init__() got an unexpected keyword argument 'strict'

Open jacksonhorton12 opened this issue 5 years ago • 1 comments

from pws import Google from pws import Bing print(Google.search(query='hello world', num=5, start=2)) print(Bing.search('hello world', 5, 2))

When I run this example, I get this error:

TypeError: init() got an unexpected keyword argument 'strict'

on line 3.

jacksonhorton12 avatar Oct 08 '19 17:10 jacksonhorton12

Hi, as stated in the README file, I am no longer able to maintain this project. Sorry!

rohithpr avatar Oct 08 '19 17:10 rohithpr