typo
This commit is contained in:
parent
60e3d47b9d
commit
53cfc5a79c
|
@ -135,7 +135,7 @@ class Vcard_window:
|
|||
pass
|
||||
|
||||
def set_values(self, vcard):
|
||||
if not type(vcard[i]) == type({})
|
||||
if not type(vcard[i]) == type({}):
|
||||
return
|
||||
for i in vcard.keys():
|
||||
if i == 'PHOTO':
|
||||
|
|
Loading…
Reference in New Issue