From 6d80644c73d271b61bef40e3f5968a5bdbd04f7b Mon Sep 17 00:00:00 2001 From: Brage Date: Tue, 1 Aug 2023 00:34:31 +0200 Subject: [PATCH] Disabled anii --- pyMetadata/sources/select.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyMetadata/sources/select.py b/pyMetadata/sources/select.py index 9e9f5694..5b6e6f15 100644 --- a/pyMetadata/sources/select.py +++ b/pyMetadata/sources/select.py @@ -28,8 +28,8 @@ class UseSource(): mal = MalMetadata(title).lookup() result: List[WeightedData] = [] - if (anii is not None) and (anii.statusType == "SUCCESS"): - result.append(WeightedData(anii, 4)) + # if (anii is not None) and (anii.statusType == "SUCCESS"): + # result.append(WeightedData(anii, 4)) if (imdb is not None) and (imdb.statusType == "SUCCESS"): result.append(WeightedData(imdb, 1)) if (mal is not None) and (mal.statusType == "SUCCESS"):