We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47c1e5f + c597f07 commit bf7a7efCopy full SHA for bf7a7ef
other/bootstrap_daemon/docker/get-nodes.py
@@ -31,7 +31,7 @@
31
raw_json = response.read().decode('ascii', 'ignore')
32
nodes = json.loads(raw_json)['nodes']
33
34
-output = 'bootstrap_nodes = ('
+output = 'bootstrap_nodes = (\n'
35
36
for node in nodes:
37
node_output = ' { // ' + node['maintainer'] + '\n'
0 commit comments