You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a couple of days now, search has not been working, this is due to a failing selector:
It would be nice if we could be able to override the constants. Currently, they are bound to GoogleSearch class. So if we try to extend the class, it still doesn't change the functionality since the class attributes are accessed using GoogleSearch. instead of self.
The text was updated successfully, but these errors were encountered:
Description
For a couple of days now, search has not been working, this is due to a failing selector:
It would be nice if we could be able to override the constants. Currently, they are bound to
GoogleSearch
class. So if we try to extend the class, it still doesn't change the functionality since the class attributes are accessed usingGoogleSearch.
instead ofself.
The text was updated successfully, but these errors were encountered: