feat: lelele
This commit is contained in:
parent
8af2224942
commit
45beae48dd
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import psycopg2
|
|||
import os
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
load_dotenv(dotenv_path="./.env")
|
||||
|
||||
conn = psycopg2.connect(
|
||||
host=os.getenv('DB_HOST'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue