Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Taylor <bct@diffeq.com>2008-06-29 08:39:29 +0400
committerBrendan Taylor <bct@diffeq.com>2008-06-29 08:39:29 +0400
commitb490904454b5870137895a58e4fd8beed1424274 (patch)
treed4a6f8c216729530246c56005df6d633250f150e /src/secrets.py
parent408d3b4ff63bdc7b617087e466655596af257d63 (diff)
make esession authentication warning less obtrusive
Diffstat (limited to 'src/secrets.py')
-rw-r--r--src/secrets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/secrets.py b/src/secrets.py
index a95f4cd0d..0caeda7bf 100644
--- a/src/secrets.py
+++ b/src/secrets.py
@@ -136,7 +136,7 @@ class Secrets:
# has the user verified this retained secret?
def srs_verified(self, account, jid, srs):
return self.find_srs(account, jid, srs)[1]
-
+
def replace_srs(self, account, jid, old_secret, new_secret, verified):
our_secrets = self.srs[account][jid]