Skip to content

Commit

Permalink
fix channel property
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed May 22, 2024
1 parent 6b7f804 commit 8b8005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/browserApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PuppeteerApi {

async handleStart() {
await this.page.setViewport({ width: 1920, height: 1080 })
await this.page.goto("https://www.twitch.tv/" + "manzana_oscura", { waitUntil: ['networkidle0', 'domcontentloaded'] })
await this.page.goto("https://www.twitch.tv/" + config.twitch.channels, { waitUntil: ['networkidle0', 'domcontentloaded'] })
await new Promise(r => setTimeout(r, 1000))
await this.removeElementsAndGetDiv()
}
Expand Down

0 comments on commit 8b8005c

Please sign in to comment.