From a1ece44368c472bb5ae61e0c4e4a244c07908a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sat, 11 Jul 2009 18:20:47 +0000 Subject: Fixed typo. --- sleekxmpp/plugins/xep_0050.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/plugins/xep_0050.py') diff --git a/sleekxmpp/plugins/xep_0050.py b/sleekxmpp/plugins/xep_0050.py index bbfd1c41..80025c8b 100644 --- a/sleekxmpp/plugins/xep_0050.py +++ b/sleekxmpp/plugins/xep_0050.py @@ -85,7 +85,7 @@ class xep_0050(base.base_plugin): results.fromXML(in_command.find('{jabber:x:data}x')) apply(pointer, (results,sessionid)) self.xmpp.send(self.makeCommand(xml.attrib['from'], in_command.attrib['node'], form=None, id=xml.attrib['id'], sessionid=sessionid, status='completed', actions=[])) - del self.sessions[command.get('sessionid')] + del self.sessions[in_command.get('sessionid')] def handler_command_next(self, xml): -- cgit v1.2.3