We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d41a856 + d415f03 commit 702166cCopy full SHA for 702166c
1 file changed
PyPortal/PyPortal_TOTP_Friend/secrets.py
@@ -6,10 +6,6 @@
6
# If you put them in the code you risk committing that info or sharing it
7
8
secrets = {
9
- 'ssid' : 'yourwifissid',
10
- 'password' : 'yourwifipassword',
11
- 'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
12
- # https://github.com/pyotp/pyotp example
13
'totp_keys' : [("Discord ", "JBSWY3DPEHPK3PXP"),
14
("Gmail", "JBSWY3DPEHPK3PZP"),
15
("GitHub", "JBSWY5DZEHPK3PXP"),
0 commit comments