"-ness" typo, remove global func shadow of id and print (pprint replace)

This commit is contained in:
Xevion
2020-03-08 22:12:52 -05:00
parent 56a6b09cb9
commit 3c8d99245b
3 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ def hidden_help():
return render_template("hidden_help.html")
# Parses strings to test for "boolean-ness"
# Parses strings to test for "boolean qualities"
def boolparse(string, default=False):
trues = ["true", "1"]
if string is None: