From 01268dc6703ff44f0e071f2200693a0ac56812c7 Mon Sep 17 00:00:00 2001 From: rouggy Date: Wed, 8 Dec 2021 12:00:34 +0100 Subject: [PATCH] update --- plexAutoCollectionUpdater.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexAutoCollectionUpdater.py b/plexAutoCollectionUpdater.py index b8ffe77..24c594b 100644 --- a/plexAutoCollectionUpdater.py +++ b/plexAutoCollectionUpdater.py @@ -38,7 +38,7 @@ i = 0 length = len(PlexMovieList) -while i < length: +while i < length:z for movie in PlexMovieList: if 85 < fuzz.ratio(PlexMovieList[i], movie) < 100: if PlexMovieList[i] not in MatchingList: @@ -59,5 +59,5 @@ for movie in MatchingList: for id in TMDbCollection: MovieCollectionFinal.append(tmdbCollection.details(id)) -for movie in MovieCollection: +for movie in MovieCollectionFinal: print(movie) \ No newline at end of file