You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updated Pipfile.lock
* check for both original and normalized keys and get whichever is found first
* added test for env source
* updated README
* dont advertise the backwards compatible stuff in the README
The current KEY_PATH_REGEX allows both hyphens and underscores. As brought up in markusressel/keel-telegram-bot#29 hyphens are not POXIS compliant.
Solution
Normalize hyphens to underscores in the env source and check for both the original and normalized version to avoid a breaking change.
The text was updated successfully, but these errors were encountered: