Skip to content

Commit

Permalink
add alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
Walavouchey committed Sep 14, 2024
1 parent a0f9e8e commit 6465b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikitools_cli/commands/update_originals.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def main(*args):

time_string = datetime.datetime.now().strftime("%Y%m%d")
tree[0][0].nodes[1] = f"There is currently a total of **{len(csv)}** documented osu! originals."
tree[0][0].nodes[2] = f"![](img/originals-over-time.png?{time_string})"
tree[0][0].nodes[2] = f"![Graph of osu! originals over time](img/originals-over-time.png?{time_string})"

plotting.plot_originals_over_time()

Expand Down

0 comments on commit 6465b44

Please sign in to comment.