move to different url

This commit is contained in:
Jean-Paul Calderone 2019-03-21 15:00:02 -04:00
parent e02962c3a3
commit 9ec2259595

View File

@ -58,7 +58,7 @@ def main(reactor):
port = webport
factory = WebSocketClientFactory(
url=u"ws://127.0.0.1:{}/logs_v1".format(port),
url=u"ws://127.0.0.1:{}/private/logs/v1".format(port),
headers={
"Authorization": "tahoe-lafs {}".format(token),
}