mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-27 16:24:53 +00:00
fix: use corresponding identifier
This commit is contained in:
@@ -88,7 +88,7 @@ def extract_media(base_dir, identifiers):
|
|||||||
exit()
|
exit()
|
||||||
else:
|
else:
|
||||||
shutil.copyfile(contact_db, identifiers.CONTACT)
|
shutil.copyfile(contact_db, identifiers.CONTACT)
|
||||||
_wts_id = "AppDomainGroup-group.net.whatsapp.WhatsApp.shared"
|
_wts_id = identifiers.DOMAIN
|
||||||
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