oeps sorry not sorry

main
vitrinekast 8 months ago
parent 7c4fee4da6
commit db22f7d0e8

@ -70,7 +70,7 @@ template = env.get_template("book.jinja")
# rendering the template and storing the resultant text in variable output # rendering the template and storing the resultant text in variable output
output = template.render( output = template.render(
now = ow.strftime("%B %dth %Y"), now = now.strftime("%B %dth %Y"),
next_report = next_report, next_report = next_report,
log_files = log_files, log_files = log_files,
last_user_added=last_user_added.stdout.decode('UTF-8'), last_user_added=last_user_added.stdout.decode('UTF-8'),

Loading…
Cancel
Save