Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
| 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 |
+
api_key = 59341a1e
|
| 31 |
url = f"http://www.omdbapi.com/?i=tt3896198&apikey=59341a1e"
|
| 32 |
|
| 33 |
response = requests.get(url)
|