Ver Fonte

chore: 移除695047456@qq.com邮箱地址

OpenClaw há 2 meses atrás
pai
commit
f57cebd5c5
2 ficheiros alterados com 2 adições e 2 exclusões
  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", "695047456@qq.com"]
+    "receiver_emails": ["380880504@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", "695047456@qq.com"]
+    "receiver_emails": ["380880504@qq.com"]
 }
 
 def send_email(subject, html_content, text_content=""):