Skip to content

Commit

Permalink
Merge branches 'develop' and 'master' of https://github.com/theotherp…
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Oct 11, 2017
2 parents 14b0af1 + 6eb74eb commit 5a41766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nzbhydra/searchmodules/anizb.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def process_query_result(self, xml, searchRequest, maxResults=None):
entries = []
countRejected = self.getRejectedCountDict()
try:
tree = ET.fromstring(xml)
tree = ET.fromstring(xml.encode('utf-8'))
except Exception:
self.exception("Error parsing XML: %s..." % xml[:500])
logger.debug(xml)
Expand Down

0 comments on commit 5a41766

Please sign in to comment.