Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantouisyummy authored Mar 1, 2024
1 parent 7db7870 commit 97bf0f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ from tystream.async_api import Twitch
import asyncio

async def main():
twitch = Twitch("1aw3wxdp0w8bbg6q464sh96ocn4f6y", "h07eh797n7hejbct1cqd6drybaq468")
twitch = Twitch("client_id", "client_secret")
stream = await twitch.check_stream_live("kannazukilubee")
print(stream.url)

Expand All @@ -79,9 +79,9 @@ from tystream.async_api import Youtube
import asyncio

async def main():
youtube = Youtube("AIzaSyC0fyvIgZ6PWbhdRAspm0XCwaNQ3CZLLlA")
youtube = Youtube("api_key")
stream = await youtube.check_stream_live("kannazukilubee")
print(stream.url)

asyncio.run(main())
```
```

0 comments on commit 97bf0f7

Please sign in to comment.