PyTuflow: Difference between revisions

Content deleted Content added
No edit summary
Line 404:
ups_chans = res.channelsUpstream(node)
# print to console
print('Channels downstreamupstream of {0}:'.format(node))
for chan in ups_chans:
print(chan)