fix #95, somehow a S got inserted ;-) (thanks @jfirwin)

This commit is contained in:
Kevin Hester
2021-05-28 10:49:55 +08:00
parent 037d29e200
commit b734b9f009

View File

@@ -64,7 +64,7 @@ trueTerms = {"t", "true", "yes"}
falseTerms = {"f", "false", "no"}
def genPSKS256():
def genPSK256():
return os.urandom(32)