acoomans / flask-autodoc

Flask autodoc automatically creates an online documentation for your flask application.
MIT License
98 stars 49 forks source link

error starting custom example #34

Open dbwrangler opened 7 years ago

dbwrangler commented 7 years ago

I tried to work out and fix the following issue, but couldn't :(

python blog.py Traceback (most recent call last): File "blog.py", line 61, in form_data=['title', 'content', 'authorid']) TypeError: doc() got an unexpected keyword argument 'form_data'

jwg4 commented 7 years ago

Can you post your code, and the output of pip freeze?