Skip to content

Commit 639dea2

Browse files
Merge pull request #46 from grncd/main
Update TOTP secret + version (again)
2 parents 03cd0bd + dcb0f6a commit 639dea2

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)