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