Skip to content

Commit

Permalink
Added comment to main.py
Browse files Browse the repository at this point in the history
Added comment to explain what load_dotenv() does.
  • Loading branch information
mblackonline authored Jul 19, 2023
1 parent b6d316a commit 390ef12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from dotenv import load_dotenv
from urllib.parse import urlencode

# load the .env file, which stores the API key value
load_dotenv()

# Replace this value with your own API key from openweathermap.com.
Expand Down

0 comments on commit 390ef12

Please sign in to comment.