Skip to content
Snippets Groups Projects
Commit 5b98a826 authored by inso's avatar inso
Browse files

Fixed bug in community configuration

parent 034c58c4
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ class StepPageAddpeers(Step): ...@@ -77,7 +77,7 @@ class StepPageAddpeers(Step):
def display_page(self): def display_page(self):
# We add already known peers to the displayed list # We add already known peers to the displayed list
self.config_dialog.nodes = self.config_dialog.community.nodes self.config_dialog.nodes = self.config_dialog.community.network.nodes
try: try:
tree_model = PeeringTreeModel(self.config_dialog.community) tree_model = PeeringTreeModel(self.config_dialog.community)
except requests.exceptions.RequestException: except requests.exceptions.RequestException:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment