PEP8
This commit is contained in:
parent
978278db7b
commit
7b7ee9fa8d
1 changed files with 2 additions and 2 deletions
|
@ -904,7 +904,7 @@ class API(object):
|
||||||
TV shows
|
TV shows
|
||||||
poster [unicode]: path to the item's poster artwork
|
poster [unicode]: path to the item's poster artwork
|
||||||
background [unicode]: path to the item's background artwork
|
background [unicode]: path to the item's background artwork
|
||||||
|
|
||||||
The last two might be None if not found. Generally None is returned
|
The last two might be None if not found. Generally None is returned
|
||||||
if unsuccessful.
|
if unsuccessful.
|
||||||
|
|
||||||
|
@ -992,7 +992,7 @@ class API(object):
|
||||||
match_found = entry
|
match_found = entry
|
||||||
break
|
break
|
||||||
elif (name.split(" (")[0] == title or title_alt == name_alt
|
elif (name.split(" (")[0] == title or title_alt == name_alt
|
||||||
or title_alt == org_name_alt):
|
or title_alt == org_name_alt):
|
||||||
# match found with substituting some stuff
|
# match found with substituting some stuff
|
||||||
match_found = entry
|
match_found = entry
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue