Skip to content

Commit 9a0d35b

Browse files
committed
.
1 parent 8129098 commit 9a0d35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Accessing Environment Variables
343343
We can and should set environment variables; i.e., variables stored in the OS,
344344
especially for passwords and keys, rather than in python scripts. This helps with
345345
version control as you don't want to upload them to the github, though now it prevents keys from uploading.
346-
Presently I guess, it still prevents the need to copy/paste the keys into the script everytime you launch the app.
346+
Presently I guess, it still reduces the need to copy/paste the keys into the script everytime you launch the app.
347347

348348
To do this, in Mac/Linux, we can store the env variable in a .bash_profile.
349349

0 commit comments

Comments
 (0)