mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-05-27 19:39:02 +00:00
Update utility.py
This commit is contained in:
@@ -815,6 +815,7 @@ def get_transcription_selection(db: sqlite3.Connection) -> str:
|
|||||||
else:
|
else:
|
||||||
return "NULL AS transcription_text"
|
return "NULL AS transcription_text"
|
||||||
|
|
||||||
|
|
||||||
def setup_template(template: Optional[str], no_avatar: bool, experimental: bool = False) -> jinja2.Template:
|
def setup_template(template: Optional[str], no_avatar: bool, experimental: bool = False) -> jinja2.Template:
|
||||||
"""
|
"""
|
||||||
Sets up the Jinja2 template environment and loads the template.
|
Sets up the Jinja2 template environment and loads the template.
|
||||||
|
|||||||
Reference in New Issue
Block a user