mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
fix arg check
This commit is contained in:
parent
c96f816976
commit
99512be59a
1 changed files with 1 additions and 1 deletions
2
web.py
2
web.py
|
|
@ -443,7 +443,7 @@ async def main():
|
|||
return
|
||||
|
||||
# util to generate reticulum identity as base64 without using rnid
|
||||
if args.generate_identity_base64 is not None:
|
||||
if args.generate_identity_base64 is True:
|
||||
identity = RNS.Identity(create_keys=True)
|
||||
print(base64.b64encode(identity.get_private_key()).decode("utf-8"))
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue