summaryrefslogtreecommitdiff
path: root/examples/user_location.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/user_location.py')
-rw-r--r--examples/user_location.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/user_location.py b/examples/user_location.py
index 2877f7bd..2a64cada 100644
--- 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)
+ self.add_event_handler('session_start', self.start, threaded=True)
self.add_event_handler('user_location_publish',
self.user_location_publish)