mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-02-23 17:14:05 +00:00
Raise error if the error is not expected
This commit is contained in:
@@ -266,8 +266,8 @@ def messages(db, data):
|
||||
ON jid_group._id = message.sender_jid_row_id
|
||||
WHERE key_remote_jid <> '-1';"""
|
||||
)
|
||||
except:
|
||||
...
|
||||
except Exception as e:
|
||||
raise e
|
||||
else:
|
||||
table_message = True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user