Hide “Loading .env environment variables…” message when using python-dotenv

前端 未结 0 2016
孤城傲影
孤城傲影 2021-02-14 10:44

When using the python-dotenv package using the following code:

from dotenv import load_dotenv, find_dotenv
load_dotenv(find_dotenv())

the message

相关标签:
回答
  • 消灭零回复
提交回复
热议问题