mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
update log
This commit is contained in:
parent
6ef1774a58
commit
55fc501615
1 changed files with 1 additions and 1 deletions
2
web.py
2
web.py
|
|
@ -1390,7 +1390,7 @@ def main():
|
|||
# default identity file exists, load it
|
||||
identity = RNS.Identity(create_keys=False)
|
||||
identity.load(default_identity_file)
|
||||
print("Reticulum Identity <{}> has been loaded from file.".format(identity.hash.hex()))
|
||||
print("Reticulum Identity <{}> has been loaded from file {}.".format(identity.hash.hex(), default_identity_file))
|
||||
|
||||
# init app
|
||||
reticulum_webchat = ReticulumWebChat(identity, args.storage_dir, args.reticulum_config_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue