Files
kjvstudy.org/kjvstudy_org/utils
kennethreitz 6df09c7665 Suppress WeasyPrint stdout/stderr noise during import
WeasyPrint outputs logging messages to stdout/stderr when imported,
which pollutes the console output. This change temporarily redirects
stdout/stderr to /dev/null during the import, then restores them.

Changes:
- Added sys and os imports
- Wrapped WeasyPrint import with stdout/stderr suppression
- Properly restore stdout/stderr in finally block

Result: Clean import with no console noise

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 12:52:21 -05:00
..
2025-11-26 01:16:45 -05:00