opex792 commited on
Commit
69b6323
·
verified ·
1 Parent(s): 1a7cae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -734,7 +734,7 @@ async def root():
734
  const ratingColor = getRatingColor(movie.rating_kp);
735
  let posterUrl = movie.poster_preview_url;
736
  if (!posterUrl) {
737
- posterUrl = '/static/404.png';
738
  }
739
 
740
  movieCard.innerHTML = `
 
734
  const ratingColor = getRatingColor(movie.rating_kp);
735
  let posterUrl = movie.poster_preview_url;
736
  if (!posterUrl) {
737
+ posterUrl = '/404.jpg';
738
  }
739
 
740
  movieCard.innerHTML = `