From 93f05f04d708a580c3ecf49aa430e2830c319268 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 7 Dec 2014 20:09:15 +0100 Subject: Fix the rawxml command (3/78) --- src/core/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/commands.py b/src/core/commands.py index ca77501e..715e213e 100644 --- a/src/core/commands.py +++ b/src/core/commands.py @@ -917,7 +917,7 @@ def command_rawxml(self, args): if not args: return - stanza = args[0] + stanza = args try: stanza = StanzaBase(self.xmpp, xml=ET.fromstring(stanza)) if stanza.xml.tag == 'iq' and \ -- cgit v1.2.3