Skip to content

Commit

Permalink
Add assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Apr 24, 2024
1 parent 46813ef commit bbe3be3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def generate_svg_for_steam_workshop(total_stats):
return "![Steam Workshop Data](https://github.com/Nicconike/Steam-Stats/tree/master/assets/steam_workshop_stats.svg?sanitize=true)"


def update_readme(markdown_data, start_marker, end_marker, readme_path="../README.md"):
def update_readme(markdown_data, start_marker, end_marker, readme_path="README.md"):
"""Updates the README.md file with the provided Markdown content within specified markers."""
# Read the current README content
with open(readme_path, "r", encoding="utf-8") as file:
Expand Down
4 changes: 4 additions & 0 deletions assets/recently_played_games.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bbe3be3

Please sign in to comment.