mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-04 10:23:37 +00:00
Merge pull request #368 from WebSpider/dev-more_typo_fixes
Fixing more typos
This commit is contained in:
commit
4e03a2b925
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ class GenericProvider:
|
||||||
itemList += self._doSearch(curString)
|
itemList += self._doSearch(curString)
|
||||||
|
|
||||||
# remove duplicate items
|
# remove duplicate items
|
||||||
if len(itemLisT):
|
if len(itemList):
|
||||||
itemList = list(set(itemList))
|
itemList = list(set(itemList))
|
||||||
|
|
||||||
for item in itemList:
|
for item in itemList:
|
||||||
|
|
Loading…
Reference in a new issue