Skip to content

Commit

Permalink
Re-enabled the HTML generation
Browse files Browse the repository at this point in the history
  • Loading branch information
GoComputing committed Mar 24, 2023
1 parent 92b8903 commit 8f0511a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Whatsapp_Chat_Exporter/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 8f0511a

Please sign in to comment.