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