Переместил названия предметов в json
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-18 13:34:12 +03:00
parent 7fd5f8dfe6
commit 9b7b3ea287
5 changed files with 63 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ async function initPuppeteer (page) {
}
(async () => {
const browser = await puppeteer.launch({ executablePath: 'chromium-browser' })
const browser = await puppeteer.launch()
const page = await browser.newPage()
await initPuppeteer(page)