Open cdfuller opened 2 months ago
When using this method of getting the secret key it doesn't work properly. I prefer this method because it will raise a key error at startup instead of using os.environ.get or os.getenv which the tool seems to support
Amazing, thanks for catching this Cody. I've implemented a fix and will ship it in version 0.1.18
0.1.18
When using this method of getting the secret key it doesn't work properly. I prefer this method because it will raise a key error at startup instead of using os.environ.get or os.getenv which the tool seems to support