Skip to content

Commit 4653485

Browse files
authored
chore: print log if dot env not found (#1386)
1 parent d717a60 commit 4653485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aperag/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
BASE_DIR = Path(__file__).resolve().parent.parent
3232

33-
load_dotenv(os.path.join(BASE_DIR, ".env"))
33+
load_dotenv(os.path.join(BASE_DIR, ".env"), verbose=True)
3434

3535

3636
class S3Config(BaseSettings):

0 commit comments

Comments
 (0)