mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-05 23:47:54 +08:00
fix the wrong path of cookie storage
This commit is contained in:
@@ -51,7 +51,7 @@ export async function initPuppeteer () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const bossCookies = readStorageFile('boss-cookie.json')
|
const bossCookies = readStorageFile('boss-cookies.json')
|
||||||
|
|
||||||
const targetCompanyList = readConfigFile('target-company-list.json')
|
const targetCompanyList = readConfigFile('target-company-list.json')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user