Disabled anii
This commit is contained in:
parent
efa48ee12e
commit
6d80644c73
@ -28,8 +28,8 @@ class UseSource():
|
|||||||
mal = MalMetadata(title).lookup()
|
mal = MalMetadata(title).lookup()
|
||||||
|
|
||||||
result: List[WeightedData] = []
|
result: List[WeightedData] = []
|
||||||
if (anii is not None) and (anii.statusType == "SUCCESS"):
|
# if (anii is not None) and (anii.statusType == "SUCCESS"):
|
||||||
result.append(WeightedData(anii, 4))
|
# result.append(WeightedData(anii, 4))
|
||||||
if (imdb is not None) and (imdb.statusType == "SUCCESS"):
|
if (imdb is not None) and (imdb.statusType == "SUCCESS"):
|
||||||
result.append(WeightedData(imdb, 1))
|
result.append(WeightedData(imdb, 1))
|
||||||
if (mal is not None) and (mal.statusType == "SUCCESS"):
|
if (mal is not None) and (mal.statusType == "SUCCESS"):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user