mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-23 01:00:24 +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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user