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/correction.py')
-rw-r--r--nbxmpp/modules/correction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/modules/correction.py b/nbxmpp/modules/correction.py
index d56bd29..68d6376 100644
--- a/nbxmpp/modules/correction.py
+++ b/nbxmpp/modules/correction.py
@@ -34,7 +34,7 @@ class Correction:
priority=15),
]
- def _process_message_correction(self, _con, stanza, properties):
+ def _process_message_correction(self, _client, stanza, properties):
replace = stanza.getTag('replace', namespace=NS_CORRECT)
if replace is None:
return