Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Aug 13, 2024
1 parent 91cdc44 commit 7faf00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export class Process {
const retryCount = 20; // Define how many times you want to retry
for (let i = 0; i < retryCount; i++) {
if (rst["Success"]) {
return this.GetProblemScore(ProblemID);
return rst = this.GetProblemScore(ProblemID);
}
await sleep(500);
}
Expand Down

0 comments on commit 7faf00e

Please sign in to comment.