mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-11 22:08:02 -05:00
More typo fixes :S
This commit is contained in:
parent
96ff54c255
commit
b7aa62c553
@ -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 New Issue
Block a user