From a7e02b5fcc5b3bf1dc4eb681ec25e22390e9c71b Mon Sep 17 00:00:00 2001 From: jaychouzzz Date: Thu, 21 Sep 2023 01:11:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test:=20=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index b9f4e22..bd8b3fc 100644 --- a/main.py +++ b/main.py @@ -53,6 +53,7 @@ def prepare_for_aligo(base64_userdata:str,QQ_SMTP_PASSWORD:str): expire_time = time.mktime(expire_time) now = time.time() days = (now - expire_time) / (24 * 60 * 60) + logger.info(f'距离上次登录已过去{days}天') if days >= 30: # 重新通过扫码登录 email_config = EMailConfig(