From 16bfe73eec20106ba592db1e421949fb7d46700f Mon Sep 17 00:00:00 2001 From: liurui Date: Wed, 4 Dec 2024 10:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=8F=91=E9=80=81=E9=82=AE?= =?UTF-8?q?=E4=BB=B6=E6=97=A5=E5=BF=97=E5=86=99=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tools.py b/lib/tools.py index 6846a4a..6a79bf8 100644 --- a/lib/tools.py +++ b/lib/tools.py @@ -342,7 +342,6 @@ class SendMail(object): logger.info('邮件服务出错了。。',e) else: print('发送成功!') - logger.info('邮件发送成功!') self.smtp.quit() def dateConvert(df, datecol='ds'):