Adjusted metadata
This commit is contained in:
parent
75ab0e1804
commit
3500900e25
@ -34,6 +34,7 @@ class UseSource():
|
|||||||
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"):
|
||||||
result.append(WeightedData(mal, 8))
|
result.append(WeightedData(mal, 8))
|
||||||
|
return result
|
||||||
|
|
||||||
def __calculate_score(self, title: str, weightData: List[WeightedData]) -> List[DataAndScore]:
|
def __calculate_score(self, title: str, weightData: List[WeightedData]) -> List[DataAndScore]:
|
||||||
""""""
|
""""""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user