From 472205c97fdd074f3fee85d7943cb4c37cca4034 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Tue, 21 Nov 2023 07:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E6=B1=BD=E4=BC=A0=E7=A5=BA=E6=96=B0?= =?UTF-8?q?=E7=89=88:=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.修复文章获取报错 --- gacmotor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gacmotor.js b/gacmotor.js index ba9072c..95a96d1 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -148,7 +148,7 @@ class UserInfo { console.log(`等待30s`) await $.wait(30000) await this._postlist() - for (let postId of this.postlist) { + for (let postId of this.postList) { await this._delete(postId) } }