feat: submitter id in joj3 issue title

This commit is contained in:
张泊明518370910136 2024-10-30 05:16:08 -04:00
parent ccd48c75db
commit 3104ac6b59
GPG Key ID: CA088E6D9284F870

View File

@ -224,7 +224,7 @@ def generate_title_and_comment(
comment += "</details>\n\n"
total_score += result["score"]
comment += "\n"
title = f"JOJ3 Result for {exercise_name} - Score: {total_score}"
title = f"JOJ3 Result for {exercise_name} by @{submitter} - Score: {total_score}"
return title, comment