Skip to content

Commit dcb0f6a

Browse files
committed
Update totp.py
1 parent 03cd0bd commit dcb0f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syrics/totp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# thanks to https://github.com/glomatico/votify/blob/main/votify/totp.py
66
class TOTP:
77
def __init__(self) -> None:
8-
self.secret = b"449443649084886328893534571041315"
9-
self.version = 8
8+
self.secret = b"10239356982684469120121471223494829410773366870"
9+
self.version = 11
1010
self.period = 30
1111
self.digits = 6
1212

0 commit comments

Comments
 (0)