change a few instances of lbry.io to lbry.com. fixes #2135
This commit is contained in:
parent
7063138e3c
commit
bae2939943
11 changed files with 17 additions and 17 deletions
scripts
|
@ -26,7 +26,7 @@ def extract_uris(response):
|
|||
async def get_frontpage_uris():
|
||||
session = aiohttp.ClientSession()
|
||||
try:
|
||||
response = await session.get("https://api.lbry.io/file/list_homepage", timeout=10.0)
|
||||
response = await session.get("https://api.lbry.com/file/list_homepage", timeout=10.0)
|
||||
if response.status != 200:
|
||||
print("API returned non 200 code!!")
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue