Skip to content
Snippets Groups Projects
Commit 652ef0af authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Jingle: Fix pylint errors

parent 4c7af48c
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ def _pubkey_result_received(self, con, stanza, _properties):
self._log.info('Pubkey result from %s', jid_from)
jingle_xtls.handle_new_cert(con, stanza, jid_from)
def _on_jingle_iq(self, con, stanza, properties):
def _on_jingle_iq(self, _con, stanza, _properties):
"""
The jingle stanza dispatcher
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment