Skip to content

Commit

Permalink
Update JDJRValidator_Pure.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Faker authored and Faker committed Nov 23, 2022
1 parent c373321 commit f674d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JDJRValidator_Pure.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class JDJRValidator {
return x;
}
// retry
return await tryRecognize();
return 124;
};
const puzzleX = await tryRecognize();
// console.log(puzzleX);
Expand All @@ -243,7 +243,7 @@ class JDJRValidator {

// console.log(pos[pos.length-1][2] -Date.now());
// await sleep(4500);
await sleep(pos[pos.length - 1][2] - Date.now());
//await sleep(pos[pos.length - 1][2] - Date.now());
const result = await JDJRValidator.jsonp('/slide/s.html', {d, ...this.data}, scene);

if (result.message === 'success') {
Expand Down

0 comments on commit f674d77

Please sign in to comment.