Update CryptMessagePlugin.py
This commit is contained in:
parent
b9e0275417
commit
c44cb11800
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class UiWebsocketPlugin(object):
|
||||||
try:
|
try:
|
||||||
text = self.decrypt(encrypted_text.decode("base64"), privatekey)
|
text = self.decrypt(encrypted_text.decode("base64"), privatekey)
|
||||||
texts.append(text)
|
texts.append(text)
|
||||||
except Exception, err:
|
except Exception as err:
|
||||||
texts.append(None)
|
texts.append(None)
|
||||||
|
|
||||||
if type(param) == list:
|
if type(param) == list:
|
||||||
|
|
Loading…
Reference in a new issue