@@ -1,7 +1,7 @@
import pyotp
import os
def getTOTP():
def get_totp():
totp_key = os.getenv("TOTP_KEY")
totp = pyotp.TOTP(totp_key)
return totp.now()
The note is not visible to the blocked user.