We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8b140 commit f9edb15Copy full SHA for f9edb15
1 file changed
Macropad_2FA_TOTP/code.py
@@ -27,7 +27,7 @@
27
DISPLAY_RATE = 1 # screen refresh rate
28
#-------------------------------------------------------------------------
29
30
-# Get sekrets from a secrets.py file
+# Get secrets from a secrets.py file
31
try:
32
from secrets import secrets
33
totp_keys = secrets["totp_keys"]
0 commit comments