|
|
|
@ -155,6 +155,7 @@ module.exports = class BingAuto2 {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
await sleep(5);
|
|
|
|
await sleep(5);
|
|
|
|
|
|
|
|
let point = '0';
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
let point = await this.getText(this.mainPage, 'div.info-columns mee-rewards-counter-animation span');
|
|
|
|
let point = await this.getText(this.mainPage, 'div.info-columns mee-rewards-counter-animation span');
|
|
|
|
console.log('> Current point :', point);
|
|
|
|
console.log('> Current point :', point);
|
|
|
|
|