Private GIT

Skip to content
Snippets Groups Projects
Commit d09ca170 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Opps, committed an error. Fixes tvdb searching

parent 0503591b
No related branches found
No related tags found
No related merge requests found
......@@ -623,7 +623,7 @@ class Tvdb:
raise tvdb_error("Bad zip file received from thetvdb.com, could not read it")
else:
try:
return safe_xmltodict.parse(HTMLParser.HTMLParser().unescape(resp.text), postprocessor=process)
return xmltodict.parse(HTMLParser.HTMLParser().unescape(resp.text), postprocessor=process)
except:
return dict([(u'data', None)])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment