From 476d76a53301f9da2ac7efa094e209b0607adfdc Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 16 Aug 2014 22:37:29 +0200 Subject: =?UTF-8?q?Remove=20threaded=20from=20examples=E2=80=99=20add=5Fev?= =?UTF-8?q?ent=5Fhandler.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/user_location.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/user_location.py') diff --git a/examples/user_location.py b/examples/user_location.py index 5fa4f560..7fa77e68 100755 --- a/examples/user_location.py +++ b/examples/user_location.py @@ -24,7 +24,7 @@ class LocationBot(ClientXMPP): def __init__(self, jid, password): super(LocationBot, self).__init__(jid, password) - self.add_event_handler('session_start', self.start, threaded=True) + self.add_event_handler('session_start', self.start) self.add_event_handler('user_location_publish', self.user_location_publish) -- cgit v1.2.3