From 956a39a6c17a73b6b78b7c4abb14c55fdb3d963b Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 21 Mar 2019 01:56:07 -0600 Subject: [PATCH] clarify --- src/allmydata/web/root.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/allmydata/web/root.py b/src/allmydata/web/root.py index 641b4f79c..f85538223 100644 --- a/src/allmydata/web/root.py +++ b/src/allmydata/web/root.py @@ -171,7 +171,10 @@ class Root(MultiFormatPage): self.child_magic_folder = magic_folder.MagicFolderWebApi(client) # handler for "/logs_v1" URIs - # note, webport can be a bare port or a Twisted endpoint-string + # note, webport can be a bare port or a Twisted + # endpoint-string but running it through serverFromString + # requires the reactor and still doesn't gain us anything + # (there's still no public API for "what is the port") if webport.startswith("tcp:"): port = webport.split(':')[1] else: