diff --git a/tljh/config.py b/tljh/config.py index 1c4967b..7083dcc 100644 --- a/tljh/config.py +++ b/tljh/config.py @@ -309,7 +309,7 @@ def parse_value(value_str): return float(value_str) elif value_str.lower() == "true": return True - elif value_str.lower() == "False": + elif value_str.lower() == "false": return False else: # it's a string