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 ae60997 commit accd42b
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 @@ -24,7 +24,7 @@ def getEnvironment(name: str) -> str:
twitter_username: str = getEnvironment("TWITTER_USERNAME")
linkedin_username: str = getEnvironment("LINKEDIN_USERNAME")
wakatime_api_key: str = getEnvironment("WAKATIME_API_KEY")
nasa_api_key: str = getEnvironment("NASA_KEY")
nasa_api_key: str = getEnvironment("NASA_API_KEY")
file_path: str = getEnvironment("FILE_PATH")
template_file_path: str = getEnvironment("TEMPLATE_FILE_PATH")
drink_format: str = getEnvironment("DRINK_FORMAT")
Expand Down

0 comments on commit accd42b

Please sign in to comment.