Mis-spelled variable name

This commit is contained in:
Marco Ceppi 2019-11-25 11:44:39 -05:00
parent 64de66e2d5
commit 62295c8b60

View File

@ -33,4 +33,4 @@ with file.open('r') as stream:
interface, created = Interface.objects.get_or_create(name=name, device=locker, type=IFACE_TYPE_KEYSTONE)
if created:
print("🔗 Created interface {} for {}".format(interface.name, locler.name))
print("🔗 Created interface {} for {}".format(interface.name, locker.name))