fix: 部分场景下 env 不生效的 bug
This commit is contained in:
parent
cf01bf7dd0
commit
f463f80386
@ -1,6 +1,6 @@
|
|||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
load_dotenv("src/.env")
|
load_dotenv("src/.env", override=True)
|
||||||
|
|
||||||
from concurrent.futures import ThreadPoolExecutor # noqa: E402
|
from concurrent.futures import ThreadPoolExecutor # noqa: E402
|
||||||
executor = ThreadPoolExecutor()
|
executor = ThreadPoolExecutor()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user