change a few instances of lbry.io to lbry.com. fixes

This commit is contained in:
Alex Grintsvayg 2019-06-04 10:23:04 -04:00
parent 7063138e3c
commit bae2939943
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5
11 changed files with 17 additions and 17 deletions

View file

@ -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