chg: [pgpdump] add debug

pull/453/head
Terrtia 2019-12-04 09:32:09 +01:00
parent 75339891fb
commit 3ec72b0430
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -199,13 +199,13 @@ if __name__ == '__main__':
time.sleep(1)
continue
print(message)
paste = Paste.Paste(message)
date = str(paste._get_p_date())
content = paste.get_p_content()
content = remove_html(content)
print(message)
extract_all_id(message, content, regex_pgp_public_blocs)
extract_all_id(message, content, regex_pgp_signature)