Skip to content

Commit

Permalink
quick piazza question fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Raj authored and Ajay Raj committed Feb 3, 2019
1 parent 2f6b4c6 commit 5d3ecfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/piazza_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="<b><a href={0}>{1}</a></b> {2}<p>{3}</p>".format(url, tag,
content="<b><a href={0}>{1}</a></b> {2} ({3})".format(url, tag,
question,
identity_msg)
)
Expand Down

0 comments on commit 5d3ecfb

Please sign in to comment.