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