From 42fb64b4b5806c5b4c9011b01c8d8f33d701f139 Mon Sep 17 00:00:00 2001 From: NothAmor Date: Mon, 17 Jul 2023 18:18:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A0=B4=E6=96=87=E6=A1=A3=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E5=86=99=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3744dc3..3967222 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ func main() { defer reloadStorage.Close() // 执行热登录 - err = global.Bot.HotLogin(reloadStorage) + err = global.Bot.HotLogin(reloadStorage, openwechat.NewRetryLoginOption()) if err != nil { fmt.Printf("热登录失败: %s\n", err) return