From 85399580cb22d35e4768865b8410d3e6bb60f322 Mon Sep 17 00:00:00 2001 From: rouggy Date: Tue, 7 Dec 2021 09:18:13 +0100 Subject: [PATCH] update --- app/plexAutoCollectionUpdater.py | 1 - config/config.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plexAutoCollectionUpdater.py b/app/plexAutoCollectionUpdater.py index 107789d..d56dd0d 100644 --- a/app/plexAutoCollectionUpdater.py +++ b/app/plexAutoCollectionUpdater.py @@ -51,6 +51,5 @@ for movie in MatchingList: for id in TMDbCollection: MovieCollectionFinal.append(tmdbCollection.details(id)) - pass print("") \ No newline at end of file diff --git a/config/config.py b/config/config.py index 91eeb45..79e1854 100644 --- a/config/config.py +++ b/config/config.py @@ -2,5 +2,6 @@ class Config(object): tmdbApiKey = '41d05b7a36ba961740f7c05cc4ef634b' tmdbLanguage = 'fr-FR' tmdbApiUrl = 'https://api.themoviedb.org/3/search/' + tmdbImgUrl = 'https://image.tmdb.org/t/p/w500' plexBaseUrl = 'https://plex.rouggy.ovh' plexToken = 'VeQQwtf-sNtWWLwzCEih'