mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-12-19 03:00:35 +00:00
fixed indentation error
This commit is contained in:
parent
be5688007b
commit
494e3ef449
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class xep_0009(base.base_plugin):
|
|||
|
||||
def makeIqMethodError(self,pto,pid,pmethod,params,condition):
|
||||
iq = self.self.makeMethodCallQuery(pto,pmethod,params)
|
||||
iq.setValues({'id':pid,'type':'error'})
|
||||
iq.setValues({'id':pid,'type':'error'})
|
||||
iq.append(self.xmpp['xep_0086'].makeError(condition))
|
||||
return iq
|
||||
|
||||
|
|
Loading…
Reference in a new issue