From 45a14871ee17ad1be7171abd6cd3414fcf07daca Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 1 Dec 2020 19:36:40 +0100 Subject: Examples: remove wait arg to join_muc calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it hasn’t worked in years, and I removed it recently --- examples/muc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/muc.py') diff --git a/examples/muc.py b/examples/muc.py index e3433b8f..62e8e898 100755 --- a/examples/muc.py +++ b/examples/muc.py @@ -71,7 +71,7 @@ class MUCBot(slixmpp.ClientXMPP): self.nick, # If a room password is needed, use: # password=the_room_password, - wait=True) + ) def muc_message(self, msg): """ -- cgit v1.2.3