From 992fe72554de694750519f3f12886023314a8278 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 1 Aug 2014 15:01:25 +0200 Subject: Fix a few blocking iq, and remove all block=False function arguments --- plugins/uptime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/uptime.py b/plugins/uptime.py index 4614b230..dbeb6a63 100644 --- a/plugins/uptime.py +++ b/plugins/uptime.py @@ -33,4 +33,4 @@ class Plugin(BasePlugin): return iq = self.core.xmpp.makeIqGet(ito=jid.server) iq.append(ET.Element('{jabber:iq:last}query')) - iq.send(block=False, callback=callback) + iq.send(callback=callback) -- cgit v1.2.3