codeforsanjose / city-agenda-scraper

9 stars 16 forks source link

load_dotenv is not invoked #43

Open dntrply opened 3 years ago

dntrply commented 3 years ago

Per issue Legistar env . provision is made for setting up environment variables using a .env

However, such an .env file needs to be "loaded" by calling load_dotenv()

Reference: python-dotenv answer How to access environment variable values

Suggested Solution: Invoke load_dotenv() during invocation of program