mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-03 23:15:33 +00:00
komrade update!
This commit is contained in:
parent
6cdbe95fac
commit
8f5003b46b
@ -567,8 +567,14 @@ class KomradeX(Caller):
|
||||
}
|
||||
)
|
||||
# self.log('msg2me is now v1',msg2me)
|
||||
try:
|
||||
msg2me.decrypt()
|
||||
self.log('msg2me is now v2',dict_format(msg2me.msg_d))
|
||||
except ThemisError as e:
|
||||
return {
|
||||
'success':False,
|
||||
'status':f'De/encryption failure: {e}'
|
||||
}
|
||||
|
||||
return {
|
||||
'success':True,
|
||||
|
Loading…
Reference in New Issue
Block a user