mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
clarify
This commit is contained in:
parent
dbea69c2d2
commit
956a39a6c1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user