typo
This commit is contained in:
parent
8d353c8e24
commit
48dd04a228
|
@ -282,7 +282,7 @@ class Interface:
|
||||||
contact1 = None
|
contact1 = None
|
||||||
resources = []
|
resources = []
|
||||||
for c in lcontact:
|
for c in lcontact:
|
||||||
resources.append(u.resource)
|
resources.append(c.resource)
|
||||||
if c.resource == resource:
|
if c.resource == resource:
|
||||||
contact1 = c
|
contact1 = c
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue