Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sethlu committed Jan 28, 2019
1 parent 121a43f commit 844282c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def ask_piazza_question(course_ok_id, lecture_url_name, video_index,
data = get_user_data()
name = data["name"]
email = data["email"]
if piazza.post_exists(
if Piazza.post_exists(
post_id=request.form["piazza_lecture_post_id"],
piazza_course_id=request.form["piazza_course_id"]):
identity_msg = "posted on behalf of " + name
Expand Down

0 comments on commit 844282c

Please sign in to comment.