Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,6 @@ async def parentalguide(request: Request):
|
|
157 |
response = requests.get(url, params=params)
|
158 |
if response.status_code == 200:
|
159 |
data = response.json()
|
160 |
-
print(data)
|
161 |
imdb_id = data.get("imdb_id").replace("tt","")
|
162 |
print(imdb_id)
|
163 |
ia = Cinemagoer()
|
|
|
157 |
response = requests.get(url, params=params)
|
158 |
if response.status_code == 200:
|
159 |
data = response.json()
|
|
|
160 |
imdb_id = data.get("imdb_id").replace("tt","")
|
161 |
print(imdb_id)
|
162 |
ia = Cinemagoer()
|