renyupeng 3 年之前
父節點
當前提交
7a06a86a7e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Apietl/task/EmailCityData.py

+ 1 - 1
Apietl/task/EmailCityData.py

@@ -53,7 +53,7 @@ and advertiser_id in(12215822,12267701,12267702)
         # [收件人邮箱昵称、收件人邮箱账号], 昵称随便
         msg['To'] = ",".join(recipients)
         # 邮件的主题,也就是邮件的标题
-        msg['Subject'] = "快手-全量素材月报-12月"
+        msg['Subject'] = "城市数据"
 
         att1 = MIMEText(
             open(path, 'rb').read(), 'base64', 'utf-8')