increase otp time duration

This commit is contained in:
Kenwood 2021-07-15 11:38:21 -04:00
parent 7ea7f13e9b
commit b42055bd4b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import time, pyotp
totp = pyotp.TOTP(pyotp.random_base32())
totp = pyotp.TOTP(pyotp.random_base32(), interval=45)
code = totp.now()