From 811abffe310d06c8b2208719e2bd5729adb373cd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 5 Jul 2019 10:22:06 +0100 Subject: [PATCH] Remove public key --- epicyon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon.py b/epicyon.py index 4f230fd3..defbe4c4 100644 --- a/epicyon.py +++ b/epicyon.py @@ -204,7 +204,7 @@ if args.rmaccount: if os.path.isfile(baseDir+'/keys/private/'+handle+'.key'): os.remove(baseDir+'/keys/private/'+handle+'.key') accountRemoved=True - if os.path.isfile(baseDir+'/keys/public/'+handle+'.key'): + if os.path.isfile(baseDir+'/keys/public/'+handle+'.pem'): os.remove(baseDir+'/keys/public/'+handle+'.pem') accountRemoved=True if accountRemoved: