Kaynağa Gözat

Update catfly email recipients

- auto_report.py: add 695047456@qq.com as second recipient
- auto_report_long_only_t1.py: replace 695047456 with 1095512042@qq.com
openclaw 2 ay önce
ebeveyn
işleme
53e700a3c8
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      cat-fly/auto_report.py
  2. 1 1
      cat-fly/auto_report_long_only_t1.py

+ 1 - 1
cat-fly/auto_report.py

@@ -30,7 +30,7 @@ EMAIL_CONFIG = {
     "smtp_server": "localhost",
     "smtp_port": 25,
     "sender_email": "catfly@erwin.wang",
-    "receiver_emails": ["380880504@qq.com"]
+    "receiver_emails": ["380880504@qq.com", "695047456@qq.com"]
 }
 
 def send_email(subject, html_content, text_content=""):

+ 1 - 1
cat-fly/auto_report_long_only_t1.py

@@ -31,7 +31,7 @@ EMAIL_CONFIG = {
     "smtp_server": "localhost",
     "smtp_port": 25,
     "sender_email": "cyb50-t1@erwin.wang",
-    "receiver_emails": ["380880504@qq.com"]
+    "receiver_emails": ["380880504@qq.com", "1095512042@qq.com"]
 }
 
 def send_email(subject, html_content, text_content=""):