Prechádzať zdrojové kódy

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 mesiacov pred
rodič
commit
53e700a3c8

+ 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=""):