Update TOTP_Friend secrets.py

This commit is contained in:
Dan Halbert 2024-04-09 13:41:38 -04:00 committed by GitHub
parent cf6ffd5ca0
commit d415f03502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,10 +6,6 @@
# If you put them in the code you risk committing that info or sharing it
secrets = {
'ssid' : 'yourwifissid',
'password' : 'yourwifipassword',
'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
# https://github.com/pyotp/pyotp example
'totp_keys' : [("Discord ", "JBSWY3DPEHPK3PXP"),
("Gmail", "JBSWY3DPEHPK3PZP"),
("GitHub", "JBSWY5DZEHPK3PXP"),