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) messages(db, data)
media(db, data, options.media) media(db, data, options.media)
vcard(db, data) vcard(db, data)
# create_html(data, options.output, options.template, options.embedded) create_html(data, options.output, options.template, options.embedded)
else: else:
print( print(
"The message database does not exist. You may specify the path " "The message database does not exist. You may specify the path "