mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 11:23:24 +00:00
test
This commit is contained in:
@@ -16,7 +16,6 @@ try {
|
||||
browser = await puppeteer.launch({
|
||||
headless: true,
|
||||
args: ['--no-sandbox', '--disable-setuid-sandbox'],
|
||||
slowMo: 50,
|
||||
});
|
||||
const page = await browser.newPage();
|
||||
await page.goto(server.resolvedUrls.local[0]);
|
||||
|
Reference in New Issue
Block a user