fix: use corresponding identifier

This commit is contained in:
Andres Rodriguez
2023-08-17 19:59:11 -04:00
parent 2944d00ca2
commit b9f123fbea

View File

@@ -88,7 +88,7 @@ def extract_media(base_dir, identifiers):
exit()
else:
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:
manifest.row_factory = sqlite3.Row
c = manifest.cursor()