Missing public key is a KeyFormatError

This commit is contained in:
Stuart D. Gathman
2011-10-25 13:12:02 -04:00
parent 47a5d949ea
commit e9e4775c3c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ if sys.version_info[0] >= 3:
sys.stdin = sys.stdin.detach()
message = sys.stdin.read()
verbose = False
verbose = True
if verbose:
d = dkim.DKIM(message)
res = d.verify()