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 f29bc44 commit 1020651
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 @@ -441,7 +441,7 @@ async def makeHeader() -> Dict[str, str]:
global github_username
header_specific_dictionary: Dict[str, str] = {}
header_specific_dictionary["github_username"] = github_username
drink = await getDrink()
drink = await getAffirmation()
template_filepath: str = "render_templates/header_template_file"
with open(template_filepath, "r") as file:
header_specific_dictionary["header"] = render(render(file, drink).replace("GITHUB_USERNAME_HERE", "{{ github_username }}"), header_specific_dictionary)
Expand Down

0 comments on commit 1020651

Please sign in to comment.