Skip to content

Commit f463f80

Browse files
committed
fix: 部分场景下 env 不生效的 bug
1 parent cf01bf7 commit f463f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dotenv import load_dotenv
22

3-
load_dotenv("src/.env")
3+
load_dotenv("src/.env", override=True)
44

55
from concurrent.futures import ThreadPoolExecutor # noqa: E402
66
executor = ThreadPoolExecutor()

0 commit comments

Comments
 (0)