去掉发送邮件日志写入
This commit is contained in:
parent
b1329bae66
commit
16bfe73eec
@ -342,7 +342,6 @@ class SendMail(object):
|
|||||||
logger.info('邮件服务出错了。。',e)
|
logger.info('邮件服务出错了。。',e)
|
||||||
else:
|
else:
|
||||||
print('发送成功!')
|
print('发送成功!')
|
||||||
logger.info('邮件发送成功!')
|
|
||||||
self.smtp.quit()
|
self.smtp.quit()
|
||||||
|
|
||||||
def dateConvert(df, datecol='ds'):
|
def dateConvert(df, datecol='ds'):
|
||||||
|
Loading…
Reference in New Issue
Block a user