Remove logs

This commit is contained in:
Mathias DUPEUX 2024-09-18 18:48:45 +02:00
parent 9deeb46e0c
commit 009818cc6e
3 changed files with 1 additions and 1777 deletions

View file

@ -9,6 +9,7 @@ class Movie:
self.runtime = data["runtime"]
self.synopsis = data["synopsis"]
self.genres = [genre['translate'] for genre in data["genres"]]
self.wantToSee = data['stats']["wantToSeeCount"]
try:
self.affiche = data["poster"]["url"]
except: