Update CryptMessagePlugin.py

This commit is contained in:
cclauss 2017-07-16 22:38:47 +02:00 committed by GitHub
parent b9e0275417
commit c44cb11800

View file

@ -53,7 +53,7 @@ class UiWebsocketPlugin(object):
try:
text = self.decrypt(encrypted_text.decode("base64"), privatekey)
texts.append(text)
except Exception, err:
except Exception as err:
texts.append(None)
if type(param) == list: