diff --git a/msctspt/MSCT Dev Log.txt b/msctspt/MSCT Dev Log.txt index 0af0b9a..1b7b172 100644 --- a/msctspt/MSCT Dev Log.txt +++ b/msctspt/MSCT Dev Log.txt @@ -30,6 +30,7 @@ Copyright © W-YI 2021 新更新日志 + Beta 0.0.4.3 2021 11 3~2021 12 26 1.不断改进包以及代码可读性 diff --git a/msctspt/bugReporter.py b/msctspt/bugReporter.py index 5c104ab..d8969be 100644 --- a/msctspt/bugReporter.py +++ b/msctspt/bugReporter.py @@ -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("添加完毕,正在生成压缩包...")