Remove unnecessary import for my status report
This commit is contained in:
@ -154,7 +154,6 @@ Tony does not have a stream scheduled today. The next scheduled stream is in {{
|
|||||||
|
|
||||||
{% macro tonyStatusReport(type,method) %}
|
{% macro tonyStatusReport(type,method) %}
|
||||||
{% from 'status.jinja' import medReportTony, twitchStreamInfo %}
|
{% from 'status.jinja' import medReportTony, twitchStreamInfo %}
|
||||||
{% from 'time.jinja' import ct %}
|
|
||||||
{% if type == 'meds' %}
|
{% if type == 'meds' %}
|
||||||
{{ medReportTony() }}
|
{{ medReportTony() }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user