From 62301b8cacb2de7ff3ecb65cb6652a0880c9c619 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 28 Aug 2021 21:48:25 +0200 Subject: [PATCH] Added connection from announce stream. --- nomadnet/ui/textui/Network.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nomadnet/ui/textui/Network.py b/nomadnet/ui/textui/Network.py index f3e02ea..5dd965c 100644 --- a/nomadnet/ui/textui/Network.py +++ b/nomadnet/ui/textui/Network.py @@ -107,6 +107,7 @@ class AnnounceInfo(urwid.WidgetWrap): self.parent.left_pile.contents[0] = (self.parent.announce_stream_display, options) def connect(sender): + self.parent.browser.retrieve_url(RNS.hexrep(source_hash, delimit=False)) show_announce_stream(None) def converse(sender):