snappass/snappass
Ron Klein 5c9d3bf3cf
properly parse NO_SSL env var (#126)
Bug fix:
The default for `NO_SSL` environment variable is `False`.
When the actual value, in runtime, is `True`, the code "ignores" it.
The reason: the code does not parse the given string. So it evaluates a non empty string as "True".
To resolve this, the suggested code parses the given string to a boolean value.
2020-09-14 08:57:13 -07:00
..
static Bots that prefetch should not destroy the secret (#100) 2019-03-05 07:47:07 -08:00
templates Adds option for two-week timeout. (#120) 2020-05-08 11:43:54 -07:00
__init__.py Bump version: 1.4.1 → 1.4.2 2019-06-05 08:18:28 -07:00
main.py properly parse NO_SSL env var (#126) 2020-09-14 08:57:13 -07:00