Add my next Twitch stream to TTS briefings, as though anyone cares

This commit is contained in:
2023-05-06 21:28:41 -04:00
parent 88941bdd69
commit 8733270a25
4 changed files with 13 additions and 2 deletions

View File

@ -50,4 +50,9 @@
{% macro ct() %}
{{ ((now().hour * 60 + now().minute) * 60 ) }}
{% endmacro %}
{% macro next_twitch_stream() %}
{% from 'easy_time.jinja' import custom_time %}
{{ custom_time('calendar.tony_s_twitch_schedule','week,day,hour,minute') }}
{% endmacro %}