insert clients script
This commit is contained in:
@@ -2,10 +2,10 @@ import os
|
||||
from typing import Optional
|
||||
|
||||
import pyodbc
|
||||
from dotenv import load_dotenv
|
||||
from dotenv import find_dotenv, load_dotenv
|
||||
|
||||
# Force reload environment variables from .env, ignoring system vars.
|
||||
load_dotenv(override=True)
|
||||
# Force reload environment variables from repo .env, ignoring system vars.
|
||||
load_dotenv(find_dotenv(), override=True)
|
||||
|
||||
|
||||
def _get_required_env(name: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user