【Python错误】AttributeError: 'bool' object has no attribute '__call__'

使用flask布置web时,current_user.is_authenticated()出现错误:web         AttributeError: 'bool' object has no attribute '__call__'flask 解决方法:ui         flask-login的版本问题,flask-login2.x是current_user.is_authenticat
相关文章
相关标签/搜索