PEP8
This commit is contained in:
parent
978278db7b
commit
7b7ee9fa8d
1 changed files with 2 additions and 2 deletions
|
@ -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