Skip to content

Commit b1e7231

Browse files
author
brentru
committed
remove space paddin
1 parent 788e3cc commit b1e7231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPortal_TOTP_Friend/secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
88
# https://github.com/pyotp/pyotp example
99
'totp_keys' : [("Discord ", "JBSWY3DPEHPK3PXP"),
10-
(" Gmail", "JBSWY3DPEHPK3PZP"),
10+
("Gmail", "JBSWY3DPEHPK3PZP"),
1111
("GitHub", "JBSWY5DZEHPK3PXP"),
1212
("Adafruit", "JBSWY6DZEHPK3PXP"),
1313
("Outlook", "JBSWY7DZEHPK3PXP")]

0 commit comments

Comments
 (0)