Skip to content

Commit

Permalink
chore: hg
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Oct 17, 2024
1 parent ee9b106 commit 555990f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bypasscf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import TelegramBot from "node-telegram-bot-api";
dotenv.config();

// 截图保存的文件夹
const screenshotDir = "screenshots";
if (!fs.existsSync(screenshotDir)) {
fs.mkdirSync(screenshotDir);
}
// const screenshotDir = "screenshots";
// if (!fs.existsSync(screenshotDir)) {
// fs.mkdirSync(screenshotDir);
// }
puppeteer.use(StealthPlugin());

// Load the default .env file
Expand Down

0 comments on commit 555990f

Please sign in to comment.