From b734b9f00956ac97ed93fa5ac83d6a5032602efc Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Fri, 28 May 2021 10:49:55 +0800 Subject: [PATCH] fix #95, somehow a S got inserted ;-) (thanks @jfirwin) --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)