From 6910cc46a4082a0a0a53c75a5b8b4e7497111f08 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Mon, 12 Jan 2026 22:55:51 +0800 Subject: [PATCH] Update android_handler.py --- Whatsapp_Chat_Exporter/android_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Whatsapp_Chat_Exporter/android_handler.py b/Whatsapp_Chat_Exporter/android_handler.py index 8f4c71c..33bd589 100644 --- a/Whatsapp_Chat_Exporter/android_handler.py +++ b/Whatsapp_Chat_Exporter/android_handler.py @@ -488,7 +488,7 @@ def _get_reactions(db, data): c = db.cursor() try: - # Check if tables exist + # Check if tables exist, old schema might not have reactions or in somewhere else c.execute("SELECT count(*) FROM sqlite_master WHERE type='table' AND name='message_add_on'") if c.fetchone()[0] == 0: return