This commit is contained in:
Gregory Salaun 2021-12-07 09:18:13 +01:00
parent 216a001f60
commit 85399580cb
2 changed files with 1 additions and 1 deletions

View File

@ -51,6 +51,5 @@ for movie in MatchingList:
for id in TMDbCollection:
MovieCollectionFinal.append(tmdbCollection.details(id))
pass
print("")

View File

@ -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'