mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-25 07:21:36 +00:00
fix(whatsapp_business): missing domain ref
This commit is contained in:
@@ -84,7 +84,7 @@ def extract_media(base_dir):
|
|||||||
exit()
|
exit()
|
||||||
else:
|
else:
|
||||||
shutil.copyfile(contact_db, "d7246a707f51ddf8b17ee2dddabd9e0a4da5c552")
|
shutil.copyfile(contact_db, "d7246a707f51ddf8b17ee2dddabd9e0a4da5c552")
|
||||||
_wts_id = "AppDomainGroup-group.net.whatsapp.WhatsApp.shared"
|
_wts_id = "AppDomainGroup-group.net.whatsapp.WhatsAppSMB.shared"
|
||||||
with sqlite3.connect(os.path.join(base_dir, "Manifest.db")) as manifest:
|
with sqlite3.connect(os.path.join(base_dir, "Manifest.db")) as manifest:
|
||||||
manifest.row_factory = sqlite3.Row
|
manifest.row_factory = sqlite3.Row
|
||||||
c = manifest.cursor()
|
c = manifest.cursor()
|
||||||
|
|||||||
Reference in New Issue
Block a user