mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-14 11:27:42 +08:00
This commit is contained in:
parent
ae2c9de9df
commit
4bd7fca256
@ -30,6 +30,7 @@ Copyright © W-YI 2021
|
|||||||
|
|
||||||
|
|
||||||
新更新日志
|
新更新日志
|
||||||
|
|
||||||
Beta 0.0.4.3
|
Beta 0.0.4.3
|
||||||
2021 11 3~2021 12 26
|
2021 11 3~2021 12 26
|
||||||
1.不断改进包以及代码可读性
|
1.不断改进包以及代码可读性
|
||||||
|
@ -68,7 +68,7 @@ class report():
|
|||||||
msg["From"] = Header(self.senderName,'utf-8');
|
msg["From"] = Header(self.senderName,'utf-8');
|
||||||
msg["To"] = Header("W-YI (QQ2647547478)",'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'));
|
msg.attach(MIMEText("来自"+self.senderName+"( "+self.senderContact+" )的错误描述:\n"+self.describetion,'plain','utf-8'));
|
||||||
log("添加完毕,正在生成压缩包...")
|
log("添加完毕,正在生成压缩包...")
|
||||||
|
Loading…
Reference in New Issue
Block a user