diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index b779a8d..46f1aa5 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -64,7 +64,7 @@ trueTerms = {"t", "true", "yes"} falseTerms = {"f", "false", "no"} -def genPSKS256(): +def genPSK256(): return os.urandom(32)