tristantao/py-bing-search

[BUG] search_all is bugged

Closed this issue · 1 comments

File "BuildCallSrv.py", line 109, in NextResult self._Result = self._Service.search_all(self._Query) File "/usr/lib/python2.7/site-packages/py_bing_search/py_bing_search.py", line 25, in search_all while results.total > len(results) and len(results) < limit: AttributeError: 'tuple' object has no attribute 'total'

Fixed by e70b199 courtesy of @john2x