Adjusted metadata

This commit is contained in:
Brage 2023-07-31 22:19:00 +02:00
parent 75ab0e1804
commit 3500900e25

View File

@ -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]:
"""""" """"""