Skip to content

Commit f380e6f

Browse files
authored
Update app.py
1 parent 4525cbb commit f380e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def fetch_movie_metadata_from_omdb(filename: str) -> dict:
414414
with open(poster_path, "wb") as f:
415415
f.write(presp.content)
416416
result["poster_path"] = str(poster_path)
417-
except Exception:
417+
#except Exception:
418418
pass
419419

420420
return result

0 commit comments

Comments
 (0)