Skip to content

Commit

Permalink
Another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 committed Sep 15, 2023
1 parent 5cf8e3a commit ac0c3b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gdrive/export_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ async def survey_upload_response(
request: SurveyParticipantModel, background_tasks: BackgroundTasks
):
"""
Single endpoint that kicks off qualtrics response fetching and exporting
Single endpoint that kicks off qualtrics response fetching and exporting. Requests response data
from the Qualtrix API and uploads contact and demographic data to the google drive. Does not upload
responses without a complete status.
"""

background_tasks.add_task(survey_upload_response_task, request)
Expand Down

0 comments on commit ac0c3b1

Please sign in to comment.