Skip to content

Commit

Permalink
🥷
Browse files Browse the repository at this point in the history
  • Loading branch information
Bes-js authored Mar 21, 2024
1 parent dec7548 commit 31b111e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/pinterest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class Pinterest {
.setChromeOptions(
new Chrome.Options()
.windowSize({ width: 1920, height: 1080 })
//.addArguments('--headless')
.addArguments('--headless')
.addArguments('disable-gpu', 'log-level=3')
)
.build();
Expand Down Expand Up @@ -227,4 +227,4 @@ export default class Pinterest {



};
};

0 comments on commit 31b111e

Please sign in to comment.