优化消息模板

This commit is contained in:
NianBroken
2024-08-04 20:52:46 +08:00 Unverified
parent 50b6e7bf29
commit f908b51884
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def get_user_info(student_client, output_type="none"):
else:
return "获取个人信息:参数缺失"
else:
return info
return f"{info}\n------"
except Exception:
print(traceback.format_exc())