Browse Source

iiii

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 4 years ago
parent
commit
0d0bd7068a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jianye_report.py

+ 1 - 1
jianye_report.py

@@ -477,7 +477,7 @@ class JianYeReport(object):
                 send_mail_log.append([mail[5], mail[2], mail[3], -1, '邮件发送失败:{}'.format(str(e))])
         # 写入日志
         self.db.add_some(Sql.sql_12, send_mail_log)
-        pass
+        return message
 
     def get_house_ids(self, ids_str):
         if str(ids_str).find(',') == -1: