pyauth / pyotp

Python One-Time Password Library
https://pyauth.github.io/pyotp/
Other
2.97k stars 323 forks source link

Wrong current OTP #147

Closed MartinVardanyan closed 1 year ago

MartinVardanyan commented 1 year ago

When I try like this totp = pyotp.TOTP("JBSWY3DPEHPK3PXP") print("Current OTP:", totp.now()) totp.now() get me wrong otp. My Google Authenticator app on my phone and totp.now() numbers are different.