diff --git a/utils/piazza_client.py b/utils/piazza_client.py index 19bd717..e23af9e 100644 --- a/utils/piazza_client.py +++ b/utils/piazza_client.py @@ -102,7 +102,7 @@ def create_followup_question(lecture_post_id, url, tag, question, network=None, post = rpc.content_get(lecture_post_id) followup = network.create_followup( post=post, - content="{1} {2}
{3}
".format(url, tag, + content="{1} {2} ({3})".format(url, tag, question, identity_msg) )