Skip to content

Commit

Permalink
Fix header of CSV file for Top 250 Movies
Browse files Browse the repository at this point in the history
IMDb.py
  • Loading branch information
crazyuploader committed Sep 18, 2024
1 parent 7484419 commit 9843045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMDb.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def fetch_top_250_movies():
)

file = open(fname, "w")
file.write("Rank, Movie Name, Movie Link\n\n")
file.write("Rank, Movie Name, IMDb Rating, Movie Link\n\n")
file.close

file = open(fname, "a")
Expand Down

0 comments on commit 9843045

Please sign in to comment.