|
@@ -83,7 +83,7 @@ class StandardNode(Node):
|
|
|
download_progress = RepoProgressEvent.from_dict(status_data.get('progress'))
|
|
|
self.node_download_progress[status_data.get('node_id')] = download_progress
|
|
|
if self.topology_viz:
|
|
|
- self.topology_viz.update_visualization(self.current_topology, self.partitioning_strategy.partition(self.current_topology), self.id, self.node_download_progress)
|
|
|
+ self.topology_viz.update_visualization(self.topology, self.partitioning_strategy.partition(self.topology), self.id, self.node_download_progress)
|
|
|
except Exception as e:
|
|
|
if DEBUG >= 1: print(f"Error updating visualization: {e}")
|
|
|
if DEBUG >= 1: traceback.print_exc()
|