diff --git a/bin/dnet/model.py b/bin/dnet/model.py index 17c213ff150a..8222dcb68768 100644 --- a/bin/dnet/model.py +++ b/bin/dnet/model.py @@ -63,7 +63,7 @@ def handle_nodes(self, node): assert id in channel_lookup url = channel_lookup[id]["url"] - self.info.update_outbound(f"{id}", url) + self.info.update_outbound(f"{i}", url) for channel in channels: if channel["session"] != "seed":