test/print_secret.py

4 lines
38 B
Python
Raw Normal View History

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