Fix current time output of pngs

This commit is contained in:
owl73 2020-06-23 07:41:07 -04:00
parent f51fda3447
commit 4bdd28b883

View file

@ -221,7 +221,7 @@ def _response(parsed_query, query, fast_mode=False):
#
# output = fmt.png.render_ansi(
# output, options=parsed_query)
result = TASKS.spawn(fmt.png.render_ansi, output, options=parsed_query)
result = TASKS.spawn(fmt.png.render_ansi, cache._update_answer(output), options=parsed_query)
output = result.get()
else:
if query.get('days', '3') != '0' \