chore: correct comment to state base64 decoded instead of encoded for password secret in env.py.md

This commit is contained in:
2024-12-04 20:37:15 +00:00
parent 268e64efd1
commit 9e93e64ad6
+1 -1
View File
@@ -15,7 +15,7 @@ This is what I have made for that:
import env
password = env.secret
# password now contains the base64 encoded secret.
# password now contains the base64 decoded secret.
```
## Create a secret variable