mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-11 12:09:11 -06:00
"-ness" typo, remove global func shadow of id and print (pprint replace)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user