This commit is contained in:
NianBroken
2024-08-05 11:56:01 +08:00 Unverified
parent 9588442370
commit ceff25cd26
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -65,4 +65,4 @@ def get_selected_courses(student_client):
except Exception:
print(traceback.format_exc())
return "------\n获取未公布成绩的课程时出错"
return "------\n未公布成绩的课程:\n获取未公布成绩的课程时出错"
+1 -1
View File
@@ -30,4 +30,4 @@ def get_user_info(student_client, output_type="none"):
except Exception:
print(traceback.format_exc())
return "获取个人信息时出错"
return "个人信息:\n获取个人信息时出错"