Skip to content

Commit cc4f50d

Browse files
authored
Merge pull request #1959 from dglaude/patch-13
Macropad_2FA_TOTP typo
2 parents ee8b140 + f9edb15 commit cc4f50d

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)