You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/Flask-User-starter-app-0.6/app/views/misc_views.py", line 40, in user_profile_page
form = UserProfileForm(request.form, current_user)
File "/usr/local/lib/python3.6/site-packages/wtforms/form.py", line 212, in call
return type.call(cls, *args, **kwargs)
TypeError: init() takes from 1 to 2 positional arguments but 3 were given
It's a nice Sample to learn flask. Great help to me , TKS!
The text was updated successfully, but these errors were encountered:
File "/Users/Flask-User-starter-app-0.6/app/views/misc_views.py", line 40, in user_profile_page
form = UserProfileForm(request.form, current_user)
File "/usr/local/lib/python3.6/site-packages/wtforms/form.py", line 212, in call
return type.call(cls, *args, **kwargs)
TypeError: init() takes from 1 to 2 positional arguments but 3 were given
It's a nice Sample to learn flask. Great help to me , TKS!
The text was updated successfully, but these errors were encountered: