diff --git a/gacmotor.js b/gacmotor.js index 7aaeada..c748c3e 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -125,7 +125,7 @@ class UserInfo { await this._signIn() } await this._taskList() - if (this.postNotFinishedNum !== 0 && this.postNotFinishedNum >= 1 || this.sharenNotFinishedNum !== 0 && this.sharenNotFinishedNum >= 1) { + if (this.postNotFinishedNum !== 0 && this.postNotFinishedNum >= 1 || this.commentNotFinishedNum !== 0 && this.commentNotFinishedNum >= 1) { if (process.env["gacmotorPost"] == "true" || process.env["gacmotorComment"] == "true") { console.log(`正在远程获取15条随机评论~请等待15-20秒`) await this._getText()