alpinerunner
Jan 11, 2014 - 14:26
In the new contacts module is there any way to modify the person's picture?
I'm not finding it, and I wanted to see if I was missing something.
In the new contacts module is there any way to modify the person's picture?
I'm not finding it, and I wanted to see if I was missing something.
Via Python introspection, I do not see a field for photo, image, etc.:
import contacts, inspect
first_person = contacts.get_all_people()[0]
for member in inspect.getmembers(first_person):
print(member)
Currently not possible, sorry. I might add this in a future update though.