diff --git a/custom_templates/status.jinja b/custom_templates/status.jinja index b08797c..f2ad0cd 100644 --- a/custom_templates/status.jinja +++ b/custom_templates/status.jinja @@ -154,7 +154,6 @@ Tony does not have a stream scheduled today. The next scheduled stream is in {{ {% macro tonyStatusReport(type,method) %} {% from 'status.jinja' import medReportTony, twitchStreamInfo %} -{% from 'time.jinja' import ct %} {% if type == 'meds' %} {{ medReportTony() }} {% endif %}