From 61068f897a79e7456de4ee7c88bc642708ad4083 Mon Sep 17 00:00:00 2001 From: star-nox Date: Mon, 11 Sep 2023 14:52:57 -0500 Subject: [PATCH] added get_json() --- ai_ta_backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_ta_backend/main.py b/ai_ta_backend/main.py index 0dc1e496..5e05684a 100644 --- a/ai_ta_backend/main.py +++ b/ai_ta_backend/main.py @@ -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"