Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nclsbayona authored Jan 19, 2024
1 parent ca3496a commit e8c0d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ async def makeBody() -> Dict[str, str]:
waka = await getWakaStats()
template_filepath: str = "render_templates/body_templates/stats_template_file"
with open(template_filepath, "r") as file:
body_specific_dictionary["stats"] = render(render(file, waka).replace("USERNAME_HERE", "{{ username }}"), body_specific_dictionary)
body_specific_dictionary["stats"] = render(render(file, waka).replace("GITHUB_USERNAME_HERE", "{{ github_username }}"), body_specific_dictionary)

if len(nasa_api_key) > 1:
nasa = await getNasaImage()
Expand Down

0 comments on commit e8c0d90

Please sign in to comment.