We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204bc7c commit 6b81ad8Copy full SHA for 6b81ad8
1 file changed
source-code/enviroment-variables/dotenv/dotenv_demo.py
@@ -17,7 +17,7 @@ def main():
17
secret_key = os.getenv('MY_SECRET')
18
19
if secret_key:
20
- print(f'MY_SECRET_KEY: {secret_key}')
+ print(f'MY_SECRET: {secret_key}')
21
else:
22
print('MY_SECRET not found in environment variables.')
23
0 commit comments