Merge branch '1.0.x'

This commit is contained in:
David Lord 2019-07-03 12:23:16 -07:00
commit 912bbd4e08
2 changed files with 3 additions and 1 deletions

View file

@ -622,6 +622,7 @@ def load_dotenv(path=None):
" * Tip: There are .env or .flaskenv files present."
' Do "pip install python-dotenv" to use them.',
fg="yellow",
err=True,
)
return False