xep_0065: Remove an unused variable.
This commit is contained in:
parent
dc7fef1064
commit
04eaf52b1d
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ class XEP_0065(BasePlugin):
|
||||||
raise XMPPError(etype='modify', condition='not-acceptable')
|
raise XMPPError(etype='modify', condition='not-acceptable')
|
||||||
|
|
||||||
streamhosts = iq['socks']['streamhosts']
|
streamhosts = iq['socks']['streamhosts']
|
||||||
conn = None
|
|
||||||
requester = iq['from']
|
requester = iq['from']
|
||||||
target = iq['to']
|
target = iq['to']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue