1
0

Require parcels api key
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s

This commit is contained in:
Jon Michael Aanes 2025-01-22 21:41:08 +01:00
parent d965033fc2
commit 9f0b3c4266

View File

@ -2,4 +2,4 @@ import secret_loader
secrets = secret_loader.SecretLoader() secrets = secret_loader.SecretLoader()
PARCELS_API_KEY = secrets.load('PARCELS_API_KEY') PARCELS_API_KEY = secrets.load_or_fail('PARCELS_API_KEY')