update
This commit is contained in:
parent
e8f06e0070
commit
04ac05e13c
@ -32,7 +32,7 @@ logger.info(f"Retrieving {len(plexMoviesLibrary)} Movies from Plex and Updating
|
||||
for item in plexMoviesLibrary:
|
||||
movie = UpdatedMovie()
|
||||
tmdbMovie = Movie()
|
||||
tmdbMovieDetails = object()
|
||||
tmdbMovieDetails = {}
|
||||
|
||||
movie.PlexTitle = item.title
|
||||
for guid in item.guids:
|
||||
@ -81,8 +81,6 @@ while i < len(MoviesList):
|
||||
logger.info(f"Found a total of {len(MovieListFinal)} collections, updating config file now !")
|
||||
|
||||
def UpdateYAML(configFile):
|
||||
currentYaml = object()
|
||||
|
||||
try:
|
||||
with open(configFile, 'r') as f:
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user