Alptraum commited on
Commit
2052b60
·
verified ·
1 Parent(s): dde8e8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def fetch_movie_from_omdb(genre: str) -> dict:
27
  - imdb_id (str): The IMDb ID of the movie.
28
  - error (str, optional): An error message if no results are found.
29
  """
30
- api_key = 59341a1e
31
  url = f"http://www.omdbapi.com/?i=tt3896198&apikey=59341a1e"
32
 
33
  response = requests.get(url)
 
27
  - imdb_id (str): The IMDb ID of the movie.
28
  - error (str, optional): An error message if no results are found.
29
  """
30
+
31
  url = f"http://www.omdbapi.com/?i=tt3896198&apikey=59341a1e"
32
 
33
  response = requests.get(url)