Update env.py.md

This commit is contained in:
retoor 2024-12-04 20:37:15 +00:00
parent 8355dea4f6
commit 25607b941e

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