fix inventory typo (#59)

This commit is contained in:
Solvik 2019-09-04 11:18:44 +02:00 committed by GitHub
parent d39b692985
commit 1c44ab36fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ class Inventory():
self.raid = None
self.disks = []
def create_netbox_tags():
def create_netbox_tags(self):
for key, tag in INVENTORY_TAG.items():
nb_tag = nb.extras.tags.get(
name=tag['name']