From de3c7779128a9b49b2c9f9602067f34ecfcda038 Mon Sep 17 00:00:00 2001 From: rouggy Date: Wed, 8 Dec 2021 12:01:23 +0100 Subject: [PATCH] update --- plexAutoCollectionUpdater.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexAutoCollectionUpdater.py b/plexAutoCollectionUpdater.py index 24c594b..b8ffe77 100644 --- a/plexAutoCollectionUpdater.py +++ b/plexAutoCollectionUpdater.py @@ -38,7 +38,7 @@ i = 0 length = len(PlexMovieList) -while i < length:z +while i < length: 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 MovieCollectionFinal: +for movie in MovieCollection: print(movie) \ No newline at end of file