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/activity.py')
-rw-r--r--nbxmpp/modules/activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/modules/activity.py b/nbxmpp/modules/activity.py
index 7f48ba1..9e1f0b3 100644
--- a/nbxmpp/modules/activity.py
+++ b/nbxmpp/modules/activity.py
@@ -38,7 +38,7 @@ class Activity:
priority=16),
]
- def _process_pubsub_activity(self, _con, stanza, properties):
+ def _process_pubsub_activity(self, _client, stanza, properties):
if not properties.is_pubsub_event:
return