Fix ENCRYPTION_KEY var in README - #421
Conversation
Fixes var name being unabbreviated when defined.
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
PR Review — Fix ENCRYPTION_KEY var in READMECorrect instinct, wrong half of the fix — as written this re-breaks both lock examples with a The underlying observation is real and well-spotted: the README's lock snippets did have a definition/usage mismatch, and naming the variable
🔴 Blocking
1. Renaming only the definition reintroduces the NameError the examples already had
|
bluetoothbot
left a comment
There was a problem hiding this comment.
Caution
Critical issues found.
- Renaming only the definition reintroduces the NameError the examples already had
- Same definition/call-site mismatch in the Lock example
Fixes var name being unabbreviated when defined.