typo: contact1 -> contact2
This commit is contained in:
parent
c5e836352e
commit
a861a3f719
|
@ -439,7 +439,7 @@ class Contacts:
|
||||||
else:
|
else:
|
||||||
show1 = show_list.index(contact1.show)
|
show1 = show_list.index(contact1.show)
|
||||||
priority1 = contact1.priority
|
priority1 = contact1.priority
|
||||||
if not contact1:
|
if not contact2:
|
||||||
show2 = 0
|
show2 = 0
|
||||||
priority2 = 0
|
priority2 = 0
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue