Skip to content

Commit

Permalink
终止挖矿
Browse files Browse the repository at this point in the history
  • Loading branch information
hccluck committed Apr 7, 2023
1 parent d7ab95f commit 09f6e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const sendDingTalk = require('./src/sendDingTalk');
const sendWxWork = require('./src/sendWxWork')
const getPoint = require('./src/getPoint');

const { autoGame } = require('./src/games/autoRun');
// const { autoGame } = require('./src/games/autoRun');

(async () => {
// 上次分数
Expand Down Expand Up @@ -35,7 +35,7 @@ const { autoGame } = require('./src/games/autoRun');

let game_res = '挖矿成功!';
try {
await autoGame();
// await autoGame();
} catch (error) {
game_res = '挖矿失败!';
}
Expand Down

0 comments on commit 09f6e18

Please sign in to comment.