read dot_env from path

This commit is contained in:
Pablo Martin 2024-06-06 17:12:31 +02:00
parent 88439cf0fa
commit 5c14389e9d
2 changed files with 4 additions and 1 deletions

View file

@ -16,7 +16,7 @@ logging.basicConfig(
logger = logging.getLogger()
load_dotenv()
load_dotenv(dotenv_path=PATHS.dot_env_file_path, verbose=True)
@click.group()