update log

This commit is contained in:
liamcottle
2024-05-25 03:42:15 +12:00
parent 6ef1774a58
commit 55fc501615

2
web.py
View File

@@ -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)