From 6f66daeb9c04db6f731890e02dc811153e414dff Mon Sep 17 00:00:00 2001 From: I Luk Kim Date: Tue, 11 Apr 2023 01:18:29 +0900 Subject: [PATCH] mod --- bingauto2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bingauto2.js b/bingauto2.js index 1af249e..8fa065a 100755 --- a/bingauto2.js +++ b/bingauto2.js @@ -155,6 +155,7 @@ module.exports = class BingAuto2 { } await sleep(5); + let point = '0'; try { let point = await this.getText(this.mainPage, 'div.info-columns mee-rewards-counter-animation span'); console.log('> Current point :', point);