1. 程式人生 > >一處筆誤導致AttributeError: 'bool' object has no attribute '__call__'

一處筆誤導致AttributeError: 'bool' object has no attribute '__call__'

不應該叫做錯誤吧,文中寫錯了,但是給的demo中沒有寫錯.對於我這個菜鳥為了找到這個問題,耗費了半天時間.....

文中第8章,示例8-10及其後面關於判斷使用者登陸的current_user.is_authenticated(),文中寫法是{ % if current_user.is_authenticated() % },應當是{ % if current_user.is_authenticated% },否則會出錯!AttributeError: 'bool' object has no attribute '__call__'