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 @@
>
{# Kallen Morning Briefing #}
{%- macro getReport() -%}
{% from 'formatting.jinja' import cleanup %}
{%- macro getReport() -%}
{% from 'time.jinja' import current_time, current_date_readout, input_datetime_read %}
{% from 'speech.jinja' import dadjoke, inspirational_quote %}
{% from 'easy_time.jinja' import count_the_days, custom_time %}