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