mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 23:13:06 -04:00
fix #95, somehow a S got inserted ;-) (thanks @jfirwin)
This commit is contained in:
1 parent
037d29e200
commit
b734b9f009
1 file changed
+1
-1
@@ -64,7 +64,7 @@ trueTerms = {"t", "true", "yes"}
|
||||
falseTerms = {"f", "false", "no"}
|
||||
|
||||
|
||||
def genPSKS256():
|
||||
def genPSK256():
|
||||
return os.urandom(32)
|
||||
|
||||
|
||||
|
||||
Reference in new issue
Block a user