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

Bytestream: Fix pylint error

parent 0f6f860f
No related branches found
No related tags found
No related merge requests found
...@@ -548,7 +548,7 @@ def _proxy_auth_ok(self, proxy): ...@@ -548,7 +548,7 @@ def _proxy_auth_ok(self, proxy):
iq.setID(auth_id) iq.setID(auth_id)
self._con.connection.send(iq) self._con.connection.send(iq)
def _on_bytestream_error(self, con, iq_obj): def _on_bytestream_error(self, _con, iq_obj):
id_ = iq_obj.getAttr('id') id_ = iq_obj.getAttr('id')
frm = helpers.get_full_jid_from_iq(iq_obj) frm = helpers.get_full_jid_from_iq(iq_obj)
query = iq_obj.getTag('query') query = iq_obj.getTag('query')
......
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