Remove threaded from examples’ add_event_handler.
This commit is contained in:
committed by
Florent Le Coz
parent
df68bb4896
commit
476d76a533
@@ -34,7 +34,7 @@ class PingTest(slixmpp.ClientXMPP):
|
||||
# and the XML streams are ready for use. We want to
|
||||
# listen for this event so that we we can initialize
|
||||
# our roster.
|
||||
self.add_event_handler("session_start", self.start, threaded=True)
|
||||
self.add_event_handler("session_start", self.start)
|
||||
|
||||
def start(self, event):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user