Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Apr 27, 2024
1 parent a151939 commit 908f74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def generate_svg_for_steam_workshop(total_stats):
# Render the chart to an SVG file
pie_chart.render_to_file("docs/steam_workshop_stats.svg")

return "![Steam Games Stats](https://nicconike.github.io/Steam-Stats/docs/steam_workshop_stats.svg)"
return "![Steam Workshop Stats](https://nicconike.github.io/Steam-Stats/docs/steam_workshop_stats.svg)"


def update_readme(markdown_data, start_marker, end_marker, readme_path="README.md"):
Expand Down

1 comment on commit 908f74a

@vercel
Copy link

@vercel vercel bot commented on 908f74a Apr 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.