From 294a8e7edfdae01c657aadb4f9fe18b3c140afeb Mon Sep 17 00:00:00 2001 From: rouggy Date: Wed, 8 Dec 2021 22:39:56 +0100 Subject: [PATCH] update --- PlexAutoCollectionUpdater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlexAutoCollectionUpdater.py b/PlexAutoCollectionUpdater.py index b8826f9..3cca835 100644 --- a/PlexAutoCollectionUpdater.py +++ b/PlexAutoCollectionUpdater.py @@ -47,8 +47,8 @@ for item in plexMoviesLibrary.search(): # Add movie to the list of Movies if movie.MovieTMDbCollectionTMDbId: - print(f":: {dt.now().strftime('%d-%m-%Y %H:%M:%S')} :: CollectionUpdater :: Adding movie {movie.TMDbTitle} from collection {movie.MovieTMDbCollectionName} to the list.") MoviesList.append(movie) +print(f":: {dt.now().strftime('%d-%m-%Y %H:%M:%S')} :: CollectionUpdater :: Retrieved Movies from Plex and Updated TMDb information for {len(MoviesList)} movies...") i = 0 count = 0