去掉发送邮件日志写入

This commit is contained in:
liurui 2024-12-04 10:09:21 +08:00
parent b1329bae66
commit 16bfe73eec

View File

@ -342,7 +342,6 @@ class SendMail(object):
logger.info('邮件服务出错了。。',e)
else:
print('发送成功!')
logger.info('邮件发送成功!')
self.smtp.quit()
def dateConvert(df, datecol='ds'):