test/print_secret.py

4 lines
38 B
Python
Raw Normal View History

2022-12-19 20:33:39 +00:00
import os
print(os.getenv('SECRET'))