Update tljh/config.py

Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
This commit is contained in:
Jordan
2024-04-03 16:05:16 -04:00
committed by GitHub
parent 7474b876f1
commit 9bcfa70326

View File

@@ -241,7 +241,7 @@ def add_config_value(config_path, key_path, value, validate=True):
yaml.dump(config, f)
def remove_config_value(config_path, key_path, value, validate):
def remove_config_value(config_path, key_path, value, validate=True):
"""
Remove value from list at key_path
"""