mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
Fixed small bugs
This commit is contained in:
parent
0ead647234
commit
e48622d4e8
|
|
@ -139,7 +139,6 @@ Apify.main(async () => {
|
|||
maxRequestRetries: MAX_PAGE_RETRIES,
|
||||
retireInstanceAfterRequestCount: 10,
|
||||
handlePageTimeoutSecs: 600,
|
||||
maxConcurrency: Apify.isAtHome() ? null : 1,
|
||||
handlePageFunction: async ({ request, page }) => {
|
||||
const { label } = request.userData;
|
||||
console.log(`Open ${request.url} with label: ${label}`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user