mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 22:54:54 -04:00
Handle missing identity file in rncp. Fixes #317.
This commit is contained in:
parent
45295c779c
commit
a8a7af4b74
2 changed files with 7 additions and 2 deletions
|
@ -452,7 +452,7 @@ class Identity:
|
|||
return False
|
||||
except Exception as e:
|
||||
RNS.log("Error while loading identity from "+str(path), RNS.LOG_ERROR)
|
||||
RNS.log("The contained exception was: "+str(e))
|
||||
RNS.log("The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
|
||||
def get_salt(self):
|
||||
return self.hash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue