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

Rogue print statement #14

Closed
simonw opened this issue Nov 25, 2020 · 1 comment
Closed

Rogue print statement #14

simonw opened this issue Nov 25, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@simonw
Copy link
Owner

simonw commented Nov 25, 2020

Spotted this in my logs:

INFO:     127.0.0.1:57243 - "GET /tils/feed.atom HTTP/1.1" 200 OK
allow_unsafe_html_in_canned_queries True
@simonw simonw added the bug Something isn't working label Nov 25, 2020
@simonw
Copy link
Owner Author

simonw commented Nov 25, 2020

Cause:

if plugin_config:
allow_unsafe_html_in_canned_queries = plugin_config.get(
"allow_unsafe_html_in_canned_queries"
)
print(
"allow_unsafe_html_in_canned_queries",
allow_unsafe_html_in_canned_queries,
)

@simonw simonw closed this as completed in 83b90f3 Nov 25, 2020
simonw added a commit that referenced this issue Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant