This commit is contained in:
EggMan20339 2024-05-09 23:28:50 -04:00
parent 40df6174a9
commit 165df2de5a
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
<component name="Black">
<option name="sdkName" value="Python 3.12 (CNSA-276-FP)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (CNSA-276-FP) (2)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (CNSA-276-FP)" project-jdk-type="Python SDK" />
</project>

View File

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