mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-06-03 06:40:26 +00:00
Create a whatsapp-alike theme #97
This commit is contained in:
@@ -760,9 +760,10 @@ def create_html(
|
||||
offline_static=False,
|
||||
maximum_size=None,
|
||||
no_avatar=False,
|
||||
filter_empty=True
|
||||
filter_empty=True,
|
||||
experimental=False
|
||||
):
|
||||
template = setup_template(template, no_avatar)
|
||||
template = setup_template(template, no_avatar, experimental)
|
||||
|
||||
total_row_number = len(data)
|
||||
print(f"\nGenerating chats...(0/{total_row_number})", end="\r")
|
||||
|
||||
Reference in New Issue
Block a user