Digg correction

Return no result instead of crashing if no result
pull/1/head
Cqoicebordel 10 years ago
parent 7b531c6fce
commit 4450ed5503

@ -44,6 +44,9 @@ def response(resp):
search_result = loads(resp.text)
if search_result['html'] == '':
return results
dom = html.fromstring(search_result['html'])
# parse results

Loading…
Cancel
Save