Remove threaded from examples’ add_event_handler.
This commit is contained in:
committed by
Florent Le Coz
parent
df68bb4896
commit
476d76a533
@@ -29,7 +29,7 @@ class AvatarSetter(slixmpp.ClientXMPP):
|
||||
def __init__(self, jid, password, filepath):
|
||||
slixmpp.ClientXMPP.__init__(self, jid, password)
|
||||
|
||||
self.add_event_handler("session_start", self.start, threaded=True)
|
||||
self.add_event_handler("session_start", self.start)
|
||||
|
||||
self.filepath = filepath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user