zhl %!s(int64=3) %!d(string=hai) anos
pai
achega
ab8be4c028
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Apietl/task/send_material_report_weekly.py

+ 1 - 1
Apietl/task/send_material_report_weekly.py

@@ -62,7 +62,7 @@ t1.signature; """.format(stat_date=self.stat_date)
         # [收件人邮箱昵称、收件人邮箱账号], 昵称随便
         msg['To'] = ",".join(recipients)
         # 邮件的主题,也就是邮件的标题
-        msg['Subject'] = "快手-全量素材报"
+        msg['Subject'] = "快手-全量素材报"
 
         att1 = MIMEText(
             open(path, 'rb').read(), 'base64', 'utf-8')