Closed Zied-Dahmani closed 2 months ago
[No Ticket]()
I removed the duplicate code line because dotenv.load() automatically loads the .env file by default, making the additional call redundant.
dotenv.load()
.env
Good catch, thank you!
Normally author should merge but this is simple, I'll just merge it.
Scope
[No Ticket]()
I removed the duplicate code line because
dotenv.load()
automatically loads the.env
file by default, making the additional call redundant.