Skip to content

Commit

Permalink
added get_json()
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Sep 11, 2023
1 parent be3d581 commit 61068f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_ta_backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def logToNomic():
print("course_name: ", course_name)
print("conversation: ", conversation)

print(request.get_json())
print("print json: ", request.get_json())

if course_name == '' or conversation == '':
# proper web error "400 Bad request"
Expand Down

0 comments on commit 61068f8

Please sign in to comment.