From 494e3ef4494e65d4bb0aab579430df1b85524b07 Mon Sep 17 00:00:00 2001 From: Tom Nichols Date: Wed, 14 Jul 2010 15:40:27 -0400 Subject: fixed indentation error --- sleekxmpp/plugins/xep_0009.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleekxmpp/plugins/xep_0009.py b/sleekxmpp/plugins/xep_0009.py index 42e4eea0..32ae1369 100644 --- a/sleekxmpp/plugins/xep_0009.py +++ b/sleekxmpp/plugins/xep_0009.py @@ -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 -- cgit v1.2.3