Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

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

Open
jacksonhorton12 opened this issue Oct 8, 2019 · 1 comment

Comments

@jacksonhorton12
Copy link

jacksonhorton12 commented Oct 8, 2019

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.

@rohithpr
Copy link
Owner

rohithpr commented Oct 8, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants