Needed to import cleanup BEFORE the getReport macro

This commit is contained in:
2023-07-01 17:11:17 -04:00
parent 07b3f00dd1
commit befe962085
9 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
>
{# Nightly Briefing #}
{%- macro getReport() -%}
{% from 'formatting.jinja' import cleanup %}
{%- macro getReport() -%}
{% from 'speech.jinja' import greeting, dadjoke, inspirational_quote %}
{% from 'time.jinja' import input_datetime_read, time_from_calendar, next_twitch_stream %}
{% from 'status.jinja' import tonyStatusReport, tinaStatusReport, kallenStatusReport, emmaStatusReport %}