mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Update API url for Picarto.TV (#4970)
This commit is contained in:
parent
aea0db4ef6
commit
39144ed7cd
@ -479,7 +479,7 @@ class PicartoStream(Stream):
|
||||
token_name = None # This streaming services don't currently require an API key
|
||||
|
||||
async def is_online(self):
|
||||
url = "https://api.picarto.tv/v1/channel/name/" + self.name
|
||||
url = "https://api.picarto.tv/api/v1/channel/name/" + self.name
|
||||
|
||||
async with aiohttp.ClientSession() as session:
|
||||
async with session.get(url) as r:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user