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