recc-tech / tech

Documentation and scripts for the production team at River's Edge Community Church
2 stars 0 forks source link

Plan Summary has incorrectly-escaped HTML when there's no announcements video #365

Open louis-hildebrand opened 6 days ago

louis-hildebrand commented 6 days ago

On 2024-06-23, there was no announcements video in the plan. If you run python summarize_plan.py --date 2024-06-23, the place where the announcement video shows up should say "None found" in red letters. Instead, it says <span class='Missing'>None found</span>. I suspect this is due to html.escape() being called on this span when it should only be called on "None found".

Check whether the same issue occurs in other cases (e.g., when there's no bumper video).

I think this issue can be addressed at the same time as #339.

Image