diff --git a/src/caoscrawler/sync_node.py b/src/caoscrawler/sync_node.py
index eae8ea9e73e1b30d67d7ef39297747a4173e0c06..141e743bffa09f0caf661bcd1939a4233cb7249c 100644
--- a/src/caoscrawler/sync_node.py
+++ b/src/caoscrawler/sync_node.py
@@ -152,8 +152,7 @@ class SyncNode(db.Entity):
             entval: Any = ent.get_property(p)
             if entval is None:
                 ent.add_property(id=p.id, name=p.name, value=p.value, description=p.description,
-                                 datatype=p.datatype, unit=p.unit, importance=p.importance,
-                                 inheritance=p.inheritance)
+                                 datatype=p.datatype, unit=p.unit)
             else:
                 entval = entval.value
                 unequal = False