mirror of
https://github.com/MathiasDPX/grainParisArt.git
synced 2025-05-10 07:33:05 +00:00
Remove logs
This commit is contained in:
parent
9deeb46e0c
commit
009818cc6e
3 changed files with 1 additions and 1777 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue