Merge branch 'master' into engines/unsplash

This commit is contained in:
d-tux 2019-01-14 13:40:57 +01:00 committed by GitHub
commit f1814079f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -65,7 +65,7 @@ def replace_pua_chars(text):
def response(resp):
results = []
search_results = etree.XML(resp.text)
search_results = etree.XML(resp.content)
# return empty array if there are no results
if search_results.xpath(failure_xpath):