Skip to content

Commit

Permalink
added comment for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell-Lindsey committed Oct 23, 2023
1 parent 7c4a839 commit 8de8900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ai_ta_backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ def ingest_canvas():
"""
Ingest course content from Canvas
"""
print("made it to ingest")
canvas = CanvasAPI()
canvas_course_id: str = request.args.get('course_id')
course_name: str = request.args.get('course_name')
Expand Down

0 comments on commit 8de8900

Please sign in to comment.