Commit 3e7db58f authored by Dan Pascu's avatar Dan Pascu

Fixed google contact uri list to be an instance of GoogleContactURIList

parent 1d5f68f5
...@@ -704,7 +704,7 @@ class GoogleContactsManager(object): ...@@ -704,7 +704,7 @@ class GoogleContactsManager(object):
else: else:
contact.name = name contact.name = name
contact.company = company contact.company = company
contact.uris = uris contact.uris = GoogleContactURIList(uris)
if icon_url and contact.icon.etag != icon_etag != None: if icon_url and contact.icon.etag != icon_etag != None:
try: try:
contact.icon.data = self.client.Get(icon_url).read() contact.icon.data = self.client.Get(icon_url).read()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment