Update routes/recommend.py
#1
by
NEEHARA
- opened
- routes/recommend.py +1 -1
routes/recommend.py
CHANGED
|
@@ -209,7 +209,7 @@ def recommend_movie():
|
|
| 209 |
"recommendations": normalized,
|
| 210 |
"count": len(normalized),
|
| 211 |
"type": rec_type,
|
| 212 |
-
"genres":
|
| 213 |
}), 200
|
| 214 |
|
| 215 |
except requests.exceptions.Timeout:
|
|
|
|
| 209 |
"recommendations": normalized,
|
| 210 |
"count": len(normalized),
|
| 211 |
"type": rec_type,
|
| 212 |
+
"genres": genre
|
| 213 |
}), 200
|
| 214 |
|
| 215 |
except requests.exceptions.Timeout:
|