Skip to content

Commit 702166c

Browse files
authored
Merge pull request #2775 from adafruit/dhalbert-patch-11
Update TOTP_Friend secrets.py
2 parents d41a856 + d415f03 commit 702166c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

PyPortal/PyPortal_TOTP_Friend/secrets.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
# If you put them in the code you risk committing that info or sharing it
77

88
secrets = {
9-
'ssid' : 'yourwifissid',
10-
'password' : 'yourwifipassword',
11-
'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
12-
# https://github.com/pyotp/pyotp example
139
'totp_keys' : [("Discord ", "JBSWY3DPEHPK3PXP"),
1410
("Gmail", "JBSWY3DPEHPK3PZP"),
1511
("GitHub", "JBSWY5DZEHPK3PXP"),

0 commit comments

Comments
 (0)