Fixed some truncation

This commit is contained in:
Guillem Hernandez Sola
2026-04-23 20:01:57 +02:00
parent baa055a36e
commit 2401da8e5f
2 changed files with 11 additions and 5 deletions

View File

@@ -46,7 +46,8 @@ pipeline {
fastfeedparser \
beautifulsoup4 \
charset-normalizer \
Pillow
Pillow \
grapheme
# Verify required imports
"${VENV_DIR}/bin/python" -c "import fastfeedparser; print('fastfeedparser OK')"