This commit is contained in:
EillesWan 2021-12-26 16:29:21 +08:00
parent ae2c9de9df
commit 4bd7fca256
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ Copyright © W-YI 2021
新更新日志
Beta 0.0.4.3
2021 11 3~2021 12 26
1.不断改进包以及代码可读性

View File

@ -68,7 +68,7 @@ class report():
msg["From"] = Header(self.senderName,'utf-8');
msg["To"] = Header("W-YI (QQ2647547478)",'utf-8');
#标题
msg["Subject"] = '发送来自 '+self.senderName+'BUG错误报告';
msg["Subject"] = '音·创 - 来自 '+self.senderName+'错误报告';
#正文
msg.attach(MIMEText("来自"+self.senderName+"( "+self.senderContact+" )的错误描述:\n"+self.describetion,'plain','utf-8'));
log("添加完毕,正在生成压缩包...")