fix typo
This commit is contained in:
parent
b77185ef59
commit
5d085f5eb5
1 changed files with 2 additions and 1 deletions
|
|
@ -368,7 +368,8 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# TODO age in contact['birthday']
|
# TODO age in contact['birthday']
|
||||||
c = Contact(contact['id'], contact['pseudo'], s, self.browser.id2url(contact['id']))
|
c = Contact(contact['id'], contact['pseudo'], s)
|
||||||
|
c.url = self.browser.id2url(contact['id'])
|
||||||
c.status_msg = u'%s old' % contact['birthday']
|
c.status_msg = u'%s old' % contact['birthday']
|
||||||
c.set_photo(contact['cover'].split('/')[-1].replace('thumb0_', 'image'), thumbnail_url=contact['cover'])
|
c.set_photo(contact['cover'].split('/')[-1].replace('thumb0_', 'image'), thumbnail_url=contact['cover'])
|
||||||
yield c
|
yield c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue