Skip to content

Commit

Permalink
Fixing Spoof artifact type missing (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 authored Dec 6, 2023
1 parent 2cf60e6 commit 69ed4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qualtrix/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ def get_answer_from_result(result):
"selfie_test_type": IBetaSurveyQuestion.SELFIE_TEST_TYPE.QID_label(labels),
"device": device_response,
"fake_id_type": IBetaSurveyQuestion.FAKE_ID_TYPE.QID_label(labels),
"spoof_artifact_type": IBetaSurveyQuestion.SPOOF_ARTIFACT_TYPE.QID_text(
values
"spoof_artifact_type": IBetaSurveyQuestion.SPOOF_ARTIFACT_TYPE.QID_label(
labels
),
"document_type": IBetaSurveyQuestion.DOCUMENT_TYPE.QID_label(labels),
"subject_alteration": {
Expand Down

0 comments on commit 69ed4b1

Please sign in to comment.