Fix capitalization typo

This commit is contained in:
Chime Ogbuji
2024-09-03 13:14:29 -04:00
parent 12603bb792
commit 16d51590a3

View File

@@ -17,7 +17,7 @@ DEFAULT_MAX_KV_SIZE = 1024
def str2bool(string):
return string.lower() not in ["False", "F"]
return string.lower() not in ["false", "f"]
def setup_arg_parser():