Browse Source

report_push: 增加收件人

Signed-off-by: Binren Zhnag <zhangbr@elab-plus.com>
Binren Zhnag 5 years ago
parent
commit
04bbc61739
1 changed files with 1 additions and 1 deletions
  1. 1 1
      report_push.py

+ 1 - 1
report_push.py

@@ -456,7 +456,7 @@ class ReportPush(object):
     def __init__(self, db_name):
         self.db = MysqlDB(db_name)
 
-    mails = ['1285211525@qq.com'] # , 'lijm@elab-plus.com', 'xuanxc@elab-plus.com']
+    mails = ['1285211525@qq.com', 'lijm@elab-plus.com', 'xuanxc@elab-plus.com', 'zhuyl@elab-plus.com']
 
     def report_push(self, task_key):
         message = {}