mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [pgpdump] fix subtype save
This commit is contained in:
parent
8bbf83ce5f
commit
e6c3e31343
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue