Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note regarding the instructions #3

Open
nealdav opened this issue Jan 15, 2018 · 0 comments
Open

Note regarding the instructions #3

nealdav opened this issue Jan 15, 2018 · 0 comments

Comments

@nealdav
Copy link

nealdav commented Jan 15, 2018

Thanks for creating this. Just a note regarding the instructions:

app.config['DEBUG_TB_PANELS'].append('flask_debugtb_elasticsearch.panel.ElasticsearchDebugPanel')

results in "AttributeError: 'tuple' object has no attribute 'append'" under:

Python 3
Flask 0.12.2
Flask-DebugToolbar 0.10.1
flask-debugtb-elasticsearch 0.1.4

app.config['DEBUG_TB_PANELS'] = list(app.config['DEBUG_TB_PANELS']) + ['flask_debugtb_elasticsearch.panel.ElasticsearchDebugPanel']

works instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant