Small typo

This commit is contained in:
echel0n 2014-03-16 06:36:33 -07:00
parent 5cd7ad2afb
commit 84e53a2d10
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ class TVRage:
fixDate = parse(elm.text, fuzzy=True).date()
elm.text = fixDate.strftime("%Y-%m-%d")
except:
continue
pass
return ElementTree.fromstring(ElementTree.tostring(xml))
except SyntaxError:
src = self._loadUrl(url, params)