Skip to content

Commit

Permalink
IDV-Static-Liveness resource added
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Dec 5, 2024
1 parent f7c41e6 commit 87b6220
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/doc_scan/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ def success():

try:
session_result = doc_scan_client.get_session(session_id)
resources = session_result.resources
print(resources)

except DocScanException as e:
return render_template("error.html", error=e.message)

Expand Down

0 comments on commit 87b6220

Please sign in to comment.