Commit 7ac3df96 authored by Wen Wei Li's avatar Wen Wei Li

remove test file

parent cc245056
from otp import *
otper = otp_utils('rewrewr')
otp = otper.generate()
print("otp is {}".format(otp))
ret = otper.check(otp)
print("Check OTP {} is {}".format(otp, ret))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment