This commit is contained in:
EggMan20339 2024-05-07 01:15:36 -04:00
parent 864e3c0931
commit 4bc9f31f51

View File

@ -33,7 +33,7 @@ On Windows, the native WebAuthn API will be used.
""" """
import time import time
import configparser import configparser
gpie = False gpie = True
if gpie: if gpie:
import RPi.GPIO as GPIO import RPi.GPIO as GPIO
import pickle import pickle