Skip to content
Snippets Groups Projects
Commit a890d43c authored by nkour's avatar nkour
Browse files

fix #421

parent 9a0b0afb
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,8 @@ class Vcard_window:
pass
def set_values(self, vcard):
if not type(vcard[i]) == type({})
return
for i in vcard.keys():
if i == 'PHOTO':
img_decoded = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment