python-searchengine icon indicating copy to clipboard operation
python-searchengine copied to clipboard

AttributeError: 'SearchEngine' object has no attribute 'search'

Open souparno opened this issue 4 years ago • 1 comments

running the following command python -m searchengine.main '"Python Search Engine" GitHub -bitbucket' throws the error, how is the search function accessible from when class SearchEngine has not such property !

https://github.com/qoda/python-searchengine/blob/536a02e7cc094debca5432c58116f12e36c55ea7/searchengine/main.py#L17

souparno avatar Mar 07 '20 08:03 souparno

This was an experimental lib and is no longer under development, fork and fix.

qoda avatar Mar 11 '20 09:03 qoda