From 2ee000aaa8b0cc87b7f05606838abf721bbf28e6 Mon Sep 17 00:00:00 2001 From: Eggman20339 Date: Thu, 2 May 2024 22:11:59 -0400 Subject: [PATCH] idk --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 85ed310..fdba20d 100644 --- a/main.py +++ b/main.py @@ -34,7 +34,7 @@ On Windows, the native WebAuthn API will be used. import time import pickle - +import psycopg2 import fido2.webauthn from fido2.hid import CtapHidDevice from fido2.client import Fido2Client, WindowsClient, UserInteraction @@ -84,7 +84,7 @@ while True: # Set up a FIDO 2 client using the origin https://example.com client = Fido2Client(dev, "https://example.com", user_interaction=CliInteraction()) - import psycopg2 + # Replace these variables with your connection parameters dbname = "CNSA-276-FP-DAS"