diff --git a/src/caoscrawler/sync_node.py b/src/caoscrawler/sync_node.py index fa9526e6d8a588567b0226dc713f68dda383cc67..f2fa000b7e94dee90fd37faabafaaa810e0bba7d 100644 --- a/src/caoscrawler/sync_node.py +++ b/src/caoscrawler/sync_node.py @@ -103,8 +103,8 @@ class SyncNode: "The SyncNode that is used with update must have an equivalent" f" identifiable. I.e. you cannot merge entities with differing identifiables" "The identifiables where:\n" - f"{Identifiable._create_hashable_string(self)}\n" - f"and\n{Identifiable._create_hashable_string(other)}." + f"{self.identifiable._create_hashable_string(self.identifiable)}\n" + f"and\n{other.identifiable._create_hashable_string(other.identifiable)}." ) if other.identifiable: