Fixed typo

This commit is contained in:
Mark Qvist 2022-04-20 21:17:52 +02:00
parent 6d7e8c413e
commit 34b377bafe

View File

@ -367,7 +367,7 @@ class NomadNetworkApp:
selected_node = node selected_node = node
if selected_node == None: if selected_node == None:
RNS.log("Could not autoselect a prepagation node! LXMF propagation will not be available until a trusted node announces on the network.", RNS.LOG_WARNING) RNS.log("Could not autoselect a propagation node! LXMF propagation will not be available until a trusted node announces on the network.", RNS.LOG_WARNING)
else: else:
node_identity = RNS.Identity.recall(selected_node.source_hash) node_identity = RNS.Identity.recall(selected_node.source_hash)
if node_identity != None: if node_identity != None: