diff --git a/examples/encrypted/general/main.py b/examples/encrypted/general/main.py index c51e420..8268914 100644 --- a/examples/encrypted/general/main.py +++ b/examples/encrypted/general/main.py @@ -30,5 +30,5 @@ # Encrypt for .env file print("4. Encrypt for .env file:") - env_value = encrypt_for_env("my-super-secret-api-key") - print(f"Add to .env: API_KEY={env_value}") \ No newline at end of file + # env_value = encrypt_for_env("my-super-secret-api-key") + # print(f"Add to .env: API_KEY={env_value}") \ No newline at end of file