PEP-8
This commit is contained in:
parent
004ceb79fc
commit
d6683b32f4
24 changed files with 64 additions and 58 deletions
|
@ -44,7 +44,7 @@ def get_episodes_for_series(series_name, api_key):
|
|||
|
||||
try:
|
||||
series = get_zipped_xml(base_url + '%s/series/%s/all/en.zip' %
|
||||
(api_key, series_id), path="en.xml")
|
||||
(api_key, series_id), path="en.xml")
|
||||
except URLError:
|
||||
res["error"] = "Error contacting thetvdb.com."
|
||||
return res
|
||||
|
|
Reference in a new issue