Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
Signed-off-by: Navratan Lal Gupta <[email protected]>
  • Loading branch information
navilg committed Dec 9, 2024
1 parent a86ff97 commit 59853fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def analyze_history(history):

# Fetch and analyze the history
print("Static HTML year in review page will be stored under", html_output_dir, "directory")
print('Generating Year in Review for', year+'. It may take few minutes depending on your size of history...')
print('Generating Year in Review for', year+'. It may take few minutes depending on size of your watch history...')
print("\n")
history = fetch_trakt_history(username, start_date, end_date)
with open("trakt-history-"+year+".json", "w") as file:
Expand Down

0 comments on commit 59853fd

Please sign in to comment.