summaryrefslogtreecommitdiff
path: root/examples/download_avatars.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/download_avatars.py')
-rwxr-xr-xexamples/download_avatars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/download_avatars.py b/examples/download_avatars.py
index df722856..c6d8c59c 100755
--- a/examples/download_avatars.py
+++ b/examples/download_avatars.py
@@ -60,7 +60,7 @@ class AvatarDownloader(slixmpp.ClientXMPP):
print('Waiting for presence updates...\n')
self.presences_received.wait(15)
- self.disconnect(wait=True)
+ self.disconnect()
def on_vcard_avatar(self, pres):
print("Received vCard avatar update from %s" % pres['from'].bare)