typo
This commit is contained in:
parent
08e577c637
commit
b833bd3cb7
|
@ -2132,8 +2132,8 @@ returns the session that we last sent a message to.'''
|
||||||
msg = self.continue_connect_info[1]
|
msg = self.continue_connect_info[1]
|
||||||
signe_msg = self.continue_connect_info[2]
|
signe_msg = self.continue_connect_info[2]
|
||||||
signed = ''
|
signed = ''
|
||||||
if signed_msg:
|
if signe_msg:
|
||||||
signed = self.get_signed_msg(signe_msg, self._send_first_presence)
|
signed = self.get_signed_msg(msg, self._send_first_presence)
|
||||||
if signed is None:
|
if signed is None:
|
||||||
self.dispatch('GPG_PASSWORD_REQUIRED',
|
self.dispatch('GPG_PASSWORD_REQUIRED',
|
||||||
(self._send_first_presence,))
|
(self._send_first_presence,))
|
||||||
|
|
Loading…
Reference in New Issue