syntax error..

This commit is contained in:
Thomas Davis 2019-08-29 13:08:55 -07:00
commit 4269fa85b1

View file

@ -81,7 +81,7 @@ class Inventory():
manufacturer = self.find_or_create_manufacturer(self, cpu["vendor"])
_ = nb.dcim.inventory_items.create(
device=self.device_id,
manufacturer = manufacturer.id
manufacturer = manufacturer.id,
discovered=True,
tags=[INVENTORY_TAG['cpu']['name']],
name=cpu['product'],