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

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nbxmpp/modules/captcha.py')
-rw-r--r--nbxmpp/modules/captcha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/modules/captcha.py b/nbxmpp/modules/captcha.py
index 52bfc77..8e4f90a 100644
--- a/nbxmpp/modules/captcha.py
+++ b/nbxmpp/modules/captcha.py
@@ -38,7 +38,7 @@ class Captcha:
]
@staticmethod
- def _process_captcha(_con, stanza, properties):
+ def _process_captcha(_client, stanza, properties):
captcha = stanza.getTag('captcha', namespace=NS_CAPTCHA)
if captcha is None:
return