diff options
Diffstat (limited to 'examples/download_avatars.py')
-rwxr-xr-x | examples/download_avatars.py | 2 |
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) |