Fixed minor typo when loading .env variables.
This commit is contained in:
parent
b75746e4a5
commit
14dd927d95
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from datetime import datetime, timezone
|
|||
from email.message import EmailMessage
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load.dotenv()
|
||||
load_dotenv()
|
||||
|
||||
#Variable declaration.
|
||||
API_KEY = os.getenv("API_KEY")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue