diff --git a/joint_teapot/utils/joj3.py b/joint_teapot/utils/joj3.py index e9a40c9..45dd767 100644 --- a/joint_teapot/utils/joj3.py +++ b/joint_teapot/utils/joj3.py @@ -224,7 +224,7 @@ def generate_title_and_comment( comment += "\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