WIP: Examine develop branch #9

Closed
Kenwood wants to merge 18 commits from develop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b42055bd4b - Show all commits

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()