From 0fe8c02a47f71b28fcd6ae078c507a71be8836d2 Mon Sep 17 00:00:00 2001 From: yakamok <38737288+yakamok@users.noreply.github.com> Date: Mon, 28 May 2018 16:25:37 +0200 Subject: [PATCH] Update upload-file.py --- upload-file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-file.py b/upload-file.py index 9233f5c..1aa940a 100644 --- a/upload-file.py +++ b/upload-file.py @@ -25,7 +25,7 @@ out, err = p.communicate() p=subprocess.Popen('gpg2 --list-key ' + email,shell=True,stdout=subprocess.PIPE) out, err = p.communicate() -#do not upload again to the same key as this will mess up retreival of the file later +#do not upload again to the same key as this will mess up retrieval of the file later print email key = out.split()[6] # parse out the key so we can use to send keys to the key servers