学习是最好的投资!
Call this method manually generate_password_hash
It should be that the password data type passed in is wrong
Str and Byte are different types in Python 3.
password_byte = password.encode('utf') #然后传入这个变量
Call this method manually generate_password_hash
It should be that the password data type passed in is wrong
Str and Byte are different types in Python 3.