Spaces:
Sleeping
Sleeping
Moiz
commited on
Commit
·
30fab7c
1
Parent(s):
78e8840
debugg
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import requests
|
|
5 |
def fetch_movie_info():
|
6 |
api_key = "f2443b04"
|
7 |
movie_id = "tt1305806" # Fixed movie ID
|
8 |
-
url = f"http://www.omdbapi.com/?apikey={api_key}&i={movie_id}"
|
9 |
response = requests.get(url)
|
10 |
|
11 |
if response.status_code == 200:
|
|
|
5 |
def fetch_movie_info():
|
6 |
api_key = "f2443b04"
|
7 |
movie_id = "tt1305806" # Fixed movie ID
|
8 |
+
url = f"http://www.omdbapi.com/?apikey={api_key}&i={movie_id}&plot=full"
|
9 |
response = requests.get(url)
|
10 |
|
11 |
if response.status_code == 200:
|