forked from LBRYCommunity/lbry-sdk
connectTCP wants an ip address, not a url
This commit is contained in:
parent
1a42e43573
commit
0995d864e8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ SEARCH_SERVERS = ["http://lighthouse1.lbry.io:50005",
|
||||||
"http://lighthouse2.lbry.io:50005",
|
"http://lighthouse2.lbry.io:50005",
|
||||||
"http://lighthouse3.lbry.io:50005"]
|
"http://lighthouse3.lbry.io:50005"]
|
||||||
|
|
||||||
REFLECTOR_SERVERS = [("http://reflector.lbry.io", 5566)]
|
REFLECTOR_SERVERS = [("reflector.lbry.io", 5566)]
|
||||||
|
|
||||||
LOG_FILE_NAME = "lbrynet.log"
|
LOG_FILE_NAME = "lbrynet.log"
|
||||||
LOG_POST_URL = "https://lbry.io/log-upload"
|
LOG_POST_URL = "https://lbry.io/log-upload"
|
||||||
|
|
Loading…
Reference in a new issue