mirror of https://github.com/CIRCL/AIL-framework
fix: [pgpdump] fix subtype save
parent
8bbf83ce5f
commit
e6c3e31343
|
@ -223,8 +223,8 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
for name_id in set_name:
|
for name_id in set_name:
|
||||||
print(name_id)
|
print(name_id)
|
||||||
Pgp.pgp.save_item_correlation('name', key_id, message, item_date)
|
Pgp.pgp.save_item_correlation('name', name_id, message, item_date)
|
||||||
|
|
||||||
for mail_id in set_mail:
|
for mail_id in set_mail:
|
||||||
print(mail_id)
|
print(mail_id)
|
||||||
Pgp.pgp.save_item_correlation('mail', key_id, message, item_date)
|
Pgp.pgp.save_item_correlation('mail', mail_id, message, item_date)
|
||||||
|
|
Loading…
Reference in New Issue