mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Small typo
This commit is contained in:
parent
5cd7ad2afb
commit
84e53a2d10
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue