This commit is contained in:
EggMan20339 2024-05-07 01:12:54 -04:00
parent c98c23a92d
commit 864e3c0931

View File

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