Skip to content

Commit f9edb15

Browse files
authored
Macropad_2FA_TOTP typo
I guess it is a typo.
1 parent ee8b140 commit f9edb15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Macropad_2FA_TOTP/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
DISPLAY_RATE = 1 # screen refresh rate
2828
#-------------------------------------------------------------------------
2929

30-
# Get sekrets from a secrets.py file
30+
# Get secrets from a secrets.py file
3131
try:
3232
from secrets import secrets
3333
totp_keys = secrets["totp_keys"]

0 commit comments

Comments
 (0)