dev2004v commited on
Commit
f43b46b
·
verified ·
1 Parent(s): 6d59e41

Update routes/recommend.py

Browse files
Files changed (1) hide show
  1. routes/recommend.py +1 -1
routes/recommend.py CHANGED
@@ -306,7 +306,7 @@ def recommend_book():
306
  "recommendations": normalized,
307
  "count": len(normalized),
308
  "type": rec_type,
309
- "genres": genres_list
310
  }), 200
311
 
312
  except requests.exceptions.Timeout:
 
306
  "recommendations": normalized,
307
  "count": len(normalized),
308
  "type": rec_type,
309
+ "genres": genre
310
  }), 200
311
 
312
  except requests.exceptions.Timeout: