From 65b71263480050074c25d0ac649b21e84dc305f8 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Fri, 20 Sep 2024 11:32:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto_email/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/auto_email/__init__.py b/auto_email/__init__.py index 2058bfa..a13e8f0 100644 --- a/auto_email/__init__.py +++ b/auto_email/__init__.py @@ -17,6 +17,4 @@ ERROR_EMAIL_CONFIG = { "authorization_code": "OKPQLIIVLVGRZYVH", # 收件人邮箱地址 "receivers": ["1515783401@qq.com"], - # 尝试次数 - "retry_times": 3, }