rohithpr / py-web-search

A Python module to fetch and parse results from different search engines.
MIT License
77 stars 26 forks source link

None instead of an empty iterator throws exception #10

Closed FelipeLema closed 9 years ago

FelipeLema commented 9 years ago

How to reproduce bug:

from pws import Google
Google.search('27EA33V site:falabella.com')
rohithpr commented 9 years ago

Thank you, it'll be fixed it ASAP.

rohithpr commented 9 years ago

This issue has been fixed. You can download pws 0.2.3 from PyPI.