Skip to content

Commit 47142d3

Browse files
author
brentru
committed
update secrets.py for 5x TOTP keys
1 parent 4ea9889 commit 47142d3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

PyPortal_TOTP_Friend/secrets.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
'password' : 'yourwifipassword',
77
'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
88
# https://github.com/pyotp/pyotp example
9-
'totp_keys' : [("Gmail ", "JBSWY3DPEHPK3PXP")]
9+
'totp_keys' : [("Discord ", "JBSWY3DPEHPK3PXP"),
10+
("Gmail", "JBSWY3DPEHPK3PZP"),
11+
("GitHub", "JBSWY5DZEHPK3PXP"),
12+
("Adafruit", "JBSWY6DZEHPK3PXP"),
13+
("Outlook", "JBSWY7DZEHPK3PXP")]
1014
}

0 commit comments

Comments
 (0)