Remove unused variable
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a38c6ec551
commit
5db76017ed
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class Plugin(E2EEPlugin):
|
||||||
'I can\'t decrypt this message as it '
|
'I can\'t decrypt this message as it '
|
||||||
'is not encrypted for me.'
|
'is not encrypted for me.'
|
||||||
)
|
)
|
||||||
except (NoAvailableSession,) as exn:
|
except (NoAvailableSession,):
|
||||||
# We received a message from that contained a session that we
|
# We received a message from that contained a session that we
|
||||||
# don't know about (deleted session storage, etc.). We can't
|
# don't know about (deleted session storage, etc.). We can't
|
||||||
# decrypt the message, and it's going to be lost.
|
# decrypt the message, and it's going to be lost.
|
||||||
|
|
Loading…
Reference in a new issue