Remove threaded from examples’ add_event_handler.
This commit is contained in:
committed by
Florent Le Coz
parent
df68bb4896
commit
476d76a533
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user