fix invalid arguments call

This commit is contained in:
Nikos Kouremenos 2005-11-03 20:52:04 +00:00
parent 8b90191f60
commit b9d4b51e1d
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ class Connection:
if self.vcard_shas.has_key(jid_stripped):
if avatar_sha != self.vcard_shas[jid_stripped]:
# avatar has been updated
self.request_vcard(self.name, jid_stripped)
self.request_vcard(jid_stripped)
else:
self.vcard_shas[jid_stripped] = avatar_sha
if not ptype or ptype == 'unavailable':