update
This commit is contained in:
parent
01268dc670
commit
de3c777912
@ -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)
|
Loading…
x
Reference in New Issue
Block a user