This commit is contained in:
KnugiHK
2023-05-16 23:25:12 +08:00
parent c155064ae1
commit bbb47cd839

View File

@@ -212,7 +212,7 @@ def vcard(db, data):
print(f"Gathering vCards...({index + 1}/{total_row_number})", end="\r")
def create_html(data, output_folder, template=None, embedded=False, offline_static=False):
def create_html(data, output_folder, template=None, embedded=False, offline_static=False, maximum_size=None):
if template is None:
template_dir = os.path.dirname(__file__)
template_file = "whatsapp.html"