|
|
@ -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'),
|
|
|
|