Re-enabled the HTML generation

This commit is contained in:
GoComputing
2023-03-24 19:43:27 +01:00
parent 92b8903521
commit 8f0511a6e2

View File

@@ -184,7 +184,7 @@ def main():
messages(db, data)
media(db, data, options.media)
vcard(db, data)
# create_html(data, options.output, options.template, options.embedded)
create_html(data, options.output, options.template, options.embedded)
else:
print(
"The message database does not exist. You may specify the path "